summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/actions/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 1ed0d3c81..f2d49b13b 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -555,8 +555,8 @@ impHandler(imitation)
impHandler(sendMail)
{
- const ServerTypeT type = Net::getNetworkType();
#ifdef TMWA_SUPPORT
+ const ServerTypeT type = Net::getNetworkType();
if (type == ServerType::EATHENA || type == ServerType::EVOL2)
#endif // TMWA_SUPPORT
{