Browse Source

[fixed] black screen bug with stats pages for apartment occupants

the "$goBack" and "$metka" vars weren't ordered correctly, which led to "$goBack" being null in some situations, meaning you'd get a black screen when leaving the stats pages for the guys in the apartment.
Canicula 5 years ago
parent
commit
da2e9d77a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/pavSharedApt.qsrc

+ 1 - 1
locations/pavSharedApt.qsrc

@@ -195,11 +195,11 @@ if $ARGS[0] = 'start':
 	$menu_loc = 'pavSharedApt'
 	$menu_arg = 'start'
 	menu_off = 0
-	$goBack = $metka
 	$locM = 'pavSharedApt'
 	$metkaM = 'start'
 	$loc = 'pavSharedApt'
 	$metka = 'start'
+	$goBack = $metka
 	$location_type = 'private'
 	killvar '$locclass'
 	gs 'pavSharedApt', 'update'