summaryrefslogtreecommitdiff
path: root/shared/rcon-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/rcon-protocol.h')
-rw-r--r--shared/rcon-protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/rcon-protocol.h b/shared/rcon-protocol.h
index 35997c4..097da1d 100644
--- a/shared/rcon-protocol.h
+++ b/shared/rcon-protocol.h
@@ -4,6 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
+/* FIXME: FAIL is an id, not type, LOGIN_OK should be LOGIN_RESPONSE */
enum rcon_packet_type {
RCON_PACKET_LOGIN = 3,
RCON_PACKET_LOGIN_OK = 2,