diff options
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 827eebe92..96369c53e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -871,7 +871,7 @@ impHandler0(dirs) impHandler2(info) { - if (!tab || !player_node || !tmwServerVersion > 0) + if (!tab || !player_node || tmwServerVersion > 0) return; switch (tab->getType()) |