Parcourir la source

[fixed] Missing apostrophes

KevinSmarts il y a 4 ans
Parent
commit
c24b19653b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/saveupdater.qsrc

+ 1 - 1
locations/saveupdater.qsrc

@@ -719,7 +719,7 @@ end
 if rex > 0 and rex > npc_rel['A57']: npc_rel['A57'] = rex & killvar 'rex'
 
 !!------------------------------village variable clean up/translation---------------------------------------
-if findvel > 0: BikeLoc = findvel & killvar findvel
+if findvel > 0: BikeLoc = findvel & killvar 'findvel'
 !!------------------------------grandparent variable clean up---for 0.8.0 release---------------------------
 !!---Grandpa
 If grandpa_bilberry > 0: grandpaQW['chore_berry_quantity'] = grandpa_bilberry & killvar 'grandpa_bilberry'