diff options
Diffstat (limited to 'src/net/ea/gamehandler.cpp')
-rw-r--r-- | src/net/ea/gamehandler.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp index f101e03a..597fd1da 100644 --- a/src/net/ea/gamehandler.cpp +++ b/src/net/ea/gamehandler.cpp @@ -162,9 +162,4 @@ void GameHandler::ping(int tick) msg.writeInt32(tick); } -void GameHandler::clear() -{ - disconnect(); -} - } // namespace EAthena |