about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsavander <savander.pl@gmail.com>2014-11-07 22:32:15 +0100
committersavander <savander.pl@gmail.com>2014-11-07 22:32:15 +0100
commit69fc4084a9bead155a6b35dbfaa2b4315c534d94 (patch)
tree80ab963d94c3f3610ad6dbab2bf2c11ad4746ec3
parentef9e9dfe94508f27a2cd1371166a92e2afa06aa6 (diff)
downloadzcatch-69fc4084a9bead155a6b35dbfaa2b4315c534d94.tar.gz
zcatch-69fc4084a9bead155a6b35dbfaa2b4315c534d94.zip
Fix last commit: added cl_isddnet
-rw-r--r--datasrc/network.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/datasrc/network.py b/datasrc/network.py
index cd5f5aee..86605b6a 100644
--- a/datasrc/network.py
+++ b/datasrc/network.py
@@ -340,4 +340,6 @@ Messages = [
 		NetStringStrict("m_Value"),
 		NetStringStrict("m_Reason"),
 	]),
+	
+	NetMessage("Cl_IsDDNet", []),
 ]