summaryrefslogtreecommitdiff
path: root/src/actormanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.cpp')
-rw-r--r--src/actormanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actormanager.cpp b/src/actormanager.cpp
index 114e2acd5..5ab03c6bb 100644
--- a/src/actormanager.cpp
+++ b/src/actormanager.cpp
@@ -298,7 +298,7 @@ Being *ActorManager::createBeing(const BeingId id,
break;
case ActorType::Monster:
#ifdef TMWA_SUPPORT
- if (Net::getNetworkType() == ServerType::EATHENA)
+ if (Net::getNetworkType() != ServerType::TMWATHENA)
#endif // TMWA_SUPPORT
{
beingHandler->requestNameById(id);