diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 64d0e7e52..8f89d59be 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -157,16 +157,6 @@ impHandler(hack) return true; } -impHandler(wait) -{ - if (localPlayer) - { - localPlayer->waitFor(event.args); - return true; - } - return false; -} - impHandler0(uptime) { if (!debugChatTab) |