We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e32881 commit 44a6c59Copy full SHA for 44a6c59
lua/wait.lua
@@ -154,8 +154,8 @@ end -- function match
154
-- ----------------------------------------------------------
155
function make (f)
156
assert (type (f) == "function", "wait.make requires a function")
157
- assert (not (GetInfo (106) or GetInfo (107)), "Not connected to MUD")
158
assert (GetOption ("enable_timers") == 1, "Timers not enabled")
159
assert (GetOption ("enable_triggers") == 1, "Triggers not enabled")
160
coroutine.wrap (f) () -- make coroutine, resume it
161
-end -- make
+end -- make
+
0 commit comments