summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/effecthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwserv/effecthandler.cpp')
-rw-r--r--src/net/tmwserv/effecthandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tmwserv/effecthandler.cpp b/src/net/tmwserv/effecthandler.cpp
index d2b26fca..787a7a68 100644
--- a/src/net/tmwserv/effecthandler.cpp
+++ b/src/net/tmwserv/effecthandler.cpp
@@ -56,4 +56,3 @@ void EffectHandler::handleCreateEffects(MessageIn &msg)
Uint16 y = msg.readInt16();
effectManager->trigger(id, x, y);
}
-