From c59be561bf740a4548236e02cc480aae9cdac9a6 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Sun, 13 Aug 2006 17:54:57 +0000 Subject: [PATCH] added login 3 messages for DISL token --- direct/src/distributed/MsgTypes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/direct/src/distributed/MsgTypes.py b/direct/src/distributed/MsgTypes.py index aafa38e5a0..a3bd3a527d 100644 --- a/direct/src/distributed/MsgTypes.py +++ b/direct/src/distributed/MsgTypes.py @@ -91,6 +91,9 @@ CLIENT_REMOVE_INTEREST = 99 CLIENT_OBJECT_LOCATION = 102 #Roger wants to remove this CLIENT_QUERY_ONE_FIELD_RESP = 103 +CLIENT_LOGIN_3 = 111 +CLIENT_LOGIN_3_RESP = 110 + # These messages are ignored when the client is headed to the quiet zone QUIET_ZONE_IGNORED_LIST = [ @@ -110,4 +113,4 @@ QUIET_ZONE_IGNORED_LIST = [ CLIENT_LOGIN_2_GREEN = 1 # Disney's GoReg subscription token, not used. CLIENT_LOGIN_2_PLAY_TOKEN = 2 # VR Studio PlayToken. CLIENT_LOGIN_2_BLUE = 3 # The international GoReg token. - +CLIENT_LOGIN_3_DISL_TOKEN = 4 # SSL encoded blob from DISL system.