Browse Source

[fixed] Missing apostrophes

KevinSmarts 4 years ago
parent
commit
c24b19653b
1 changed files with 1 additions and 1 deletions
  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'