adjusted the sv_killmsg to account for death tiles

This commit is contained in:
Magnus Auvinen 2008-10-18 18:02:51 +00:00
parent 13513864cf
commit 9d1c56e2fd

View file

@ -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"),
]),