summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 5406f248..73dd65e0 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -40,7 +40,7 @@
*/
enum {
// Login/Register
- PAMSG_REGISTER = 0x0001, // L version, S username, S password, S email
+ PAMSG_REGISTER = 0x0000, // L version, S username, S password, S email
APMSG_REGISTER_RESPONSE = 0x0002, // B error [, S updatehost]
PAMSG_UNREGISTER = 0x0003, // -
APMSG_UNREGISTER_RESPONSE = 0x0004, // B error