From 862111be9e2ea6400df76ea5568b703f8c2cc3c5 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Wed, 27 Jul 2016 11:45:45 -0500 Subject: [PATCH] I'm the best at space --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 9f13b14..dd0c64c 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -7854,7 +7854,7 @@ def parse_warning_target(target): def add_warning(target, amount, actor, reason, notes=None, expires=None, need_ack=False, sanctions=None): # make 0-point warnings no-op successfully, otherwise we add warnings when things like PART_PENALTY is 0 if amount == 0: - return True + return False tacc, thm = parse_warning_target(target) if tacc is None and thm is None: