diff --git a/astron/msvcp120.dll b/astron/msvcp120.dll new file mode 100644 index 00000000..a237d2d7 Binary files /dev/null and b/astron/msvcp120.dll differ diff --git a/astron/msvcr120.dll b/astron/msvcr120.dll new file mode 100644 index 00000000..8c36149a Binary files /dev/null and b/astron/msvcr120.dll differ diff --git a/toontown/uberdog/ARGManager.py b/toontown/uberdog/ARGManager.py index f5b60e9c..121fb288 100755 --- a/toontown/uberdog/ARGManager.py +++ b/toontown/uberdog/ARGManager.py @@ -37,7 +37,7 @@ class ARGManager(DistributedObjectGlobal): def setupPortableHoleEvent(self): def phraseSaid(phraseId): - if not hasattr(base.cr.playGame, 'place'): + if not hasattr(base.cr.playGame, 'place') or not base.cr.playGame.getPlace(): return position, speedchatIndex, destination = Hood2Details.get(base.cr.playGame.getPlace().getZoneId(), [None, None, None]) if not position or not speedchatIndex or not destination: