diff options
Diffstat (limited to 'datasrc/network.py')
| -rw-r--r-- | datasrc/network.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datasrc/network.py b/datasrc/network.py index c1fc974a..ac380140 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -170,6 +170,7 @@ Objects = [ NetEvent("Explosion:Common", []), NetEvent("Spawn:Common", []), + NetEvent("HammerHit:Common", []), NetEvent("Death:Common", [ NetIntRange("cid", 0, 'MAX_CLIENTS-1'), |