diff options
Diffstat (limited to 'datasrc/network.py')
| -rw-r--r-- | datasrc/network.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/datasrc/network.py b/datasrc/network.py index d09c5b33..1a83a80f 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -176,8 +176,6 @@ Objects = [ NetIntRange("cid", 0, 'MAX_CLIENTS-1'), ]), - NetEvent("AirJump:Common", []), - NetEvent("SoundGlobal:Common", [ NetIntRange("soundid", 0, 'NUM_SOUNDS-1'), ]), |