From f52a459b7d4bd86395dce43facd1bb8eae067122 Mon Sep 17 00:00:00 2001 From: Open Toontown <57279094+opentoontown@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:09:31 -0500 Subject: [PATCH] oh --- otp/distributed/OTPClientRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py index 45b60d4..c7f0952 100644 --- a/otp/distributed/OTPClientRepository.py +++ b/otp/distributed/OTPClientRepository.py @@ -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: