Browse Source

[fixed] Extra $ in location name

KevinSmarts 3 years ago
parent
commit
25ace9d771
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/city_market.qsrc

+ 2 - 2
locations/city_market.qsrc

@@ -184,8 +184,8 @@ if $ARGS[0] = 'start' or $loc_arg = 'start':
 end
 
 if $ARGS[0] = 'clo':
-	$loc_arg = $ARGS[0]
-	$loc = '$city_market'
+	$loc_arg = 'clo'
+	$loc = 'city_market'
 	cls
 	gs'stat'
 	gs 'themes', 'indoors'