summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-25 19:36:15 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-25 19:36:15 -0600
commitdb43fb1b34028335e2cec64bf7e7b26761f2b37d (patch)
tree1ed16941b8cabb7fd93f59450cac460f454af2f0 /src/map/map.h
parentf35eb0f269b2e7a2cdbd8ab9e66422decbaeeaaa (diff)
downloadtmwa-db43fb1b34028335e2cec64bf7e7b26761f2b37d.tar.gz
tmwa-db43fb1b34028335e2cec64bf7e7b26761f2b37d.tar.bz2
tmwa-db43fb1b34028335e2cec64bf7e7b26761f2b37d.tar.xz
tmwa-db43fb1b34028335e2cec64bf7e7b26761f2b37d.zip
Prevent auto bans from multiplying
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 9a6b3ef..c0a9772 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -358,6 +358,10 @@ struct map_session_data {
int ignoreAll;
short sg_count;
+ struct {
+ unsigned in_progress : 1;
+ } auto_ban_info;
+
time_t chat_reset_due;
time_t chat_repeat_reset_due;
int chat_lines_in;