summaryrefslogtreecommitdiff
path: root/src/net/tmwa/gamehandler.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-15 16:07:34 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-16 14:25:15 -0700
commita387dc5d5230af3a9d0d784b946de7fd05a14416 (patch)
tree0daa596cf87131a42c3eb9995d871b12fa12319a /src/net/tmwa/gamehandler.h
parent5e33e0b52940e739f07e9c0955e61fc104c2d936 (diff)
downloadmana-client-a387dc5d5230af3a9d0d784b946de7fd05a14416.tar.gz
mana-client-a387dc5d5230af3a9d0d784b946de7fd05a14416.tar.bz2
mana-client-a387dc5d5230af3a9d0d784b946de7fd05a14416.tar.xz
mana-client-a387dc5d5230af3a9d0d784b946de7fd05a14416.zip
Remove useless ping packet
The comment in game.cpp about the server waiting for this is a lie. Reviewed-by: Bertram.
Diffstat (limited to 'src/net/tmwa/gamehandler.h')
-rw-r--r--src/net/tmwa/gamehandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/gamehandler.h b/src/net/tmwa/gamehandler.h
index 016df18e..04e0a087 100644
--- a/src/net/tmwa/gamehandler.h
+++ b/src/net/tmwa/gamehandler.h
@@ -53,8 +53,6 @@ class GameHandler : public MessageHandler, public Net::GameHandler,
void quit();
- void ping(int tick);
-
bool removeDeadBeings() const { return true; }
void clear();