summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index a1bb7f92..43f0fdef 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -203,9 +203,7 @@ void Being::clearPath()
void Being::setPath(const Path &path)
{
mPath = path;
-#ifdef TMWSERV_SUPPORT
- std::cout << this << " New path: " << path << std::endl;
-#else
+#ifdef EATHENA_SUPPORT
if (mAction != WALK && mAction != DEAD)
{
nextStep();