summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_data.h b/network_data.h
index b01115041..d8a9956d5 100644
--- a/network_data.h
+++ b/network_data.h
@@ -160,6 +160,8 @@ typedef enum {
PACKET_SERVER_ERROR_QUIT,
PACKET_SERVER_SHUTDOWN,
PACKET_SERVER_NEWGAME,
+ PACKET_SERVER_RCON,
+ PACKET_CLIENT_RCON,
PACKET_END // Should ALWAYS be on the end of this list!! (period)
} PacketType;