From 9d1c56e2fd31ad5e5a02506e715831bba66b23c9 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 18 Oct 2008 18:02:51 +0000 Subject: [PATCH] adjusted the sv_killmsg to account for death tiles --- datasrc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasrc/network.py b/datasrc/network.py index ac380140b..bb67c85f7 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -211,7 +211,7 @@ Messages = [ NetMessage("sv_killmsg", [ NetIntRange("killer", 0, 'MAX_CLIENTS-1'), NetIntRange("victim", 0, 'MAX_CLIENTS-1'), - NetIntRange("weapon", 0, 'NUM_WEAPONS-1'), + NetIntRange("weapon", -1, 'NUM_WEAPONS-1'), NetIntAny("mode_special"), ]),