summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-24 13:41:58 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-24 13:41:58 +0000
commit107209c0c0bc72e5a07056f37d211539d53016fe (patch)
tree15303b37aa79c4eb1c780a728359fcd27e4712e1 /src/game.cpp
parentaf947fb9a6fa85d403a9c041a8b46079a96072fa (diff)
downloadmana-client-107209c0c0bc72e5a07056f37d211539d53016fe.tar.gz
mana-client-107209c0c0bc72e5a07056f37d211539d53016fe.tar.bz2
mana-client-107209c0c0bc72e5a07056f37d211539d53016fe.tar.xz
mana-client-107209c0c0bc72e5a07056f37d211539d53016fe.zip
This should disable ban when using /commands
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 79f9a013..ffc6ebd9 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -584,11 +584,11 @@ void do_parse() {
}
fclose(file);
*/
-//#ifdef __DEBUG
+#ifdef __DEBUG
FILE *file = fopen("./docs/packet.list", "a");
fprintf(file, "%x\n", RFIFOW(0));
fclose(file);
-//#endif
+#endif
// Parse packet based on their id
switch (id) {
case SMSG_LOGIN_SUCCESS: