summaryrefslogtreecommitdiff
path: root/src/game-server/accountconnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/accountconnection.hpp')
-rw-r--r--src/game-server/accountconnection.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index b591df16..59652dd5 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -64,7 +64,12 @@ class AccountConnection : public Connection
/**
* Sends ban message.
*/
- void banCharacter(Character *, int);
+ void banCharacter(Character *, int);
+
+ /**
+ * Gathers statistics and sends them.
+ */
+ void sendStatistics();
#if 0
/**