Browse Source

[changed] name of argument in file (forgot to push ages ago)

hornguy6 3 years ago
parent
commit
eec6354d73
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/sleep.qsrc

+ 2 - 1
locations/sleep.qsrc

@@ -1,6 +1,6 @@
 # sleep
 
-if $ARGS[0] = 'start':
+if $ARGS[0] = 'simple':
 	InSleep = 1
 	:loopson
 	minut += 1
@@ -42,6 +42,7 @@ if $ARGS[0] = 'start':
 		jump 'loopson'
 	end
 	InSleep = 0
+	gs'stat'
 end