1
0
KevinSmarts vor 6 Jahren
Ursprung
Commit
1bc6942c83
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/kiosk

+ 2 - 2
locations/kiosk

@@ -179,7 +179,7 @@ if $ARGS[0] = 'counter':
 		act 'return': gt 'kiosk', 'start'
 	end
 
-	act 'View phone themes': gt 'kiosk', 'themes'
+	act 'View phone themes': $kioskloc = '' & gt 'kiosk', 'themes'
 end
 
 if $ARGS[0] =  'themes':
@@ -196,7 +196,7 @@ if $ARGS[0] =  'themes':
 	i += 1
 	if i < 13: jump 'phonethemeloop'
 
-	act 'Return': gt 'kiosk', 'counter'
+	act 'Return': $kioskloc = 'counter' & gt 'kiosk', 'counter'
 end
 
 --- kiosk ---------------------------------