summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-09-16 12:39:43 -0400
committerMadCamel <madcamel@gmail.com>2010-09-16 12:39:43 -0400
commitbc8df6622b7f7b2129eab428a98ae5b5ab7bb7dc (patch)
treea08821c8585a8e6e3b10a0d89366fc68c70fa573 /src/map/battle.h
parent2864134d79c5a176e570b54fe58974a3bec87eff (diff)
downloadtmwa-bc8df6622b7f7b2129eab428a98ae5b5ab7bb7dc.tar.gz
tmwa-bc8df6622b7f7b2129eab428a98ae5b5ab7bb7dc.tar.bz2
tmwa-bc8df6622b7f7b2129eab428a98ae5b5ab7bb7dc.tar.xz
tmwa-bc8df6622b7f7b2129eab428a98ae5b5ab7bb7dc.zip
Removed configuration vars for trade and sit spam
Guess I forgot to remove them when the actual trade/sit spam code was removed.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 9862df6..b155109 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -340,16 +340,6 @@ extern struct Battle_Config
int chat_spam_warn;
int chat_maxline;
- int trade_spam_threshold;
- int trade_spam_flood;
- int trade_spam_ban;
- int trade_spam_warn;
-
- int sit_spam_threshold;
- int sit_spam_flood;
- int sit_spam_ban;
- int sit_spam_warn;
-
int packet_spam_threshold;
int packet_spam_flood;
int packet_spam_kick;