Browse Source

Mishap while copying, it still worked though...

PrudeNL 7 years ago
parent
commit
792fba941b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/lost_clothes_here

+ 1 - 1
locations/lost_clothes_here

@@ -1,6 +1,6 @@
 # lost_clothes_here
 
-if CloLosDay[$ARGS[0]] ! 0 and CloLosDay[$ARGS[0]] : 
+if CloLosDay[$ARGS[0]] ! 0 and CloLosDay[$ARGS[0]] <= daystart : 
 	RESULT = 1
 else 
 	RESULT = 0