This commit is contained in:
Open Toontown 2022-01-20 14:09:31 -05:00
parent 6b9e7cb081
commit f52a459b7d
1 changed files with 1 additions and 1 deletions

View File

@ -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: