mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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
|
||||
self.send(datagram)
|
||||
|
||||
if not wantOtpServer:
|
||||
def sendSetShardMsg(self, shardId):
|
||||
datagram = PyDatagram()
|
||||
# Add message type
|
||||
|
@ -30,7 +30,8 @@ CLIENT_OBJECT_DELETE_RESP = 27
|
||||
if not wantOtpServer:
|
||||
CLIENT_SET_ZONE = 29
|
||||
CLIENT_REMOVE_ZONE = 30
|
||||
CLIENT_SET_SHARD = 31
|
||||
if not wantOtpServer:
|
||||
CLIENT_SET_SHARD = 31
|
||||
CLIENT_SET_AVATAR = 32
|
||||
CLIENT_CREATE_OBJECT_REQUIRED = 34
|
||||
CLIENT_CREATE_OBJECT_REQUIRED_RESP = 34
|
||||
|
Loading…
x
Reference in New Issue
Block a user