浏览代码

Kiosk fix

KevinSmarts 6 年之前
父节点
当前提交
1bc6942c83
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 ---------------------------------