Browse Source

[fixed] one more saveupdater thing for assurances

hornguy6 2 years ago
parent
commit
0a4ba8de96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/saveupdater.qsrc

+ 2 - 2
locations/saveupdater.qsrc

@@ -1201,7 +1201,7 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 
 end
 
-if modelfoto > 0:
+if modelfoto > 0 and modelfoto['saveupdater'] = 0:
 	!! changing modelling variables to arrays
 	if modelfoto > 0: modelfoto['shoots'] = modelfoto
 	if modelfotomoney > 0: modelfoto['earnings'] = modelfotomoney
@@ -1224,7 +1224,7 @@ if modelfoto > 0:
 	if modelfoto_pussy > 0: modelfoto['pussy'] = modelfoto_pussy
 	if modelfoto_asshole > 0: modelfoto['asshole'] = modelfoto_asshole
 	
-	modelfoto = 0
+	modelfoto['saveupdater'] = 1
 
 end