summaryrefslogtreecommitdiff
path: root/src/modes/umode_w.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/umode_w.cpp')
-rw-r--r--src/modes/umode_w.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modes/umode_w.cpp b/src/modes/umode_w.cpp
index 383c91f6e..50000f75f 100644
--- a/src/modes/umode_w.cpp
+++ b/src/modes/umode_w.cpp
@@ -31,7 +31,6 @@ ModeAction ModeUserWallops::OnModeChange(userrec* source, userrec* dest, chanrec
if (dest->modes[UM_WALLOPS] != adding)
{
dest->modes[UM_WALLOPS] = adding;
- this->count += (adding ? 1: -1);
return MODEACTION_ALLOW;
}