about summary refs log tree commit diff
path: root/datasrc/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc/network.py')
-rw-r--r--datasrc/network.py1
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'),