diff options
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r-- | src/actions/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index a3238e81c..36d189399 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -519,8 +519,8 @@ impHandler(imitation) impHandler0(sendMail) { - const ServerTypeT type = Net::getNetworkType(); #ifdef EATHENA_SUPPORT + const ServerTypeT type = Net::getNetworkType(); if (type == ServerType::EATHENA || type == ServerType::EVOL2) { std::string name; |