Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local waitTime = ...
|
||||
|
||||
-- default to 1 second if parameter is missing
|
||||
if not waitTime then waitTime = 1 end
|
||||
|
||||
return Def.Actor{ OnCommand=function(self) self:sleep(waitTime); end; };
|
||||
local waitTime = ...
|
||||
|
||||
-- default to 1 second if parameter is missing
|
||||
if not waitTime then waitTime = 1 end
|
||||
|
||||
return Def.Actor{ OnCommand=cmd(sleep,waitTime); };
|
||||
Reference in New Issue
Block a user