diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 3c3b1dbe4..acb240b28 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -157,22 +157,6 @@ impHandler(hack) return true; } -impHandler0(dirs) -{ - if (!localPlayer || !debugChatTab) - return false; - - debugChatTab->chatLog("config directory: " - + settings.configDir); - debugChatTab->chatLog("logs directory: " - + settings.localDataDir); - debugChatTab->chatLog("screenshots directory: " - + settings.screenshotDir); - debugChatTab->chatLog("temp directory: " - + settings.tempDir); - return true; -} - impHandler(info) { if (!event.tab || !localPlayer || tmwServerVersion > 0) |