mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
no sendSetShardMsg in OTP
This commit is contained in:
parent
840ebd3d34
commit
daeeb3141f
@ -644,6 +644,7 @@ class ClientRepository(ConnectionRepository):
|
|||||||
# send the message
|
# send the message
|
||||||
self.send(datagram)
|
self.send(datagram)
|
||||||
|
|
||||||
|
if not wantOtpServer:
|
||||||
def sendSetShardMsg(self, shardId):
|
def sendSetShardMsg(self, shardId):
|
||||||
datagram = PyDatagram()
|
datagram = PyDatagram()
|
||||||
# Add message type
|
# Add message type
|
||||||
|
@ -30,7 +30,8 @@ CLIENT_OBJECT_DELETE_RESP = 27
|
|||||||
if not wantOtpServer:
|
if not wantOtpServer:
|
||||||
CLIENT_SET_ZONE = 29
|
CLIENT_SET_ZONE = 29
|
||||||
CLIENT_REMOVE_ZONE = 30
|
CLIENT_REMOVE_ZONE = 30
|
||||||
CLIENT_SET_SHARD = 31
|
if not wantOtpServer:
|
||||||
|
CLIENT_SET_SHARD = 31
|
||||||
CLIENT_SET_AVATAR = 32
|
CLIENT_SET_AVATAR = 32
|
||||||
CLIENT_CREATE_OBJECT_REQUIRED = 34
|
CLIENT_CREATE_OBJECT_REQUIRED = 34
|
||||||
CLIENT_CREATE_OBJECT_REQUIRED_RESP = 34
|
CLIENT_CREATE_OBJECT_REQUIRED_RESP = 34
|
||||||
|
Loading…
x
Reference in New Issue
Block a user