This commit is contained in:
parent
6b9e7cb081
commit
f52a459b7d
|
|
@ -1574,7 +1574,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
|||
|
||||
def handlePlayGame(self, msgType, di):
|
||||
if self.notify.getDebug():
|
||||
self.notify.debug('handle play game got message type: ' + `msgType`)
|
||||
self.notify.debug('handle play game got message type: ' + repr(msgType))
|
||||
if msgType == CLIENT_CREATE_OBJECT_REQUIRED:
|
||||
self.handleGenerateWithRequired(di)
|
||||
elif msgType == CLIENT_CREATE_OBJECT_REQUIRED_OTHER:
|
||||
|
|
|
|||
Loading…
Reference in New Issue