From 9f5338dc4a9c6f920bef5b518225e657c7e4af84 Mon Sep 17 00:00:00 2001 From: John Cote Date: Sat, 9 Nov 2019 00:00:51 -0500 Subject: [PATCH] general: whoops --- toontown/uberdog/DistributedPartyManagerUD.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toontown/uberdog/DistributedPartyManagerUD.py b/toontown/uberdog/DistributedPartyManagerUD.py index f62594b..acff337 100644 --- a/toontown/uberdog/DistributedPartyManagerUD.py +++ b/toontown/uberdog/DistributedPartyManagerUD.py @@ -1,5 +1,5 @@ from direct.directnotify import DirectNotifyGlobal -from direct.distributed.DistributedObjectAI import DistributedObjectAI +from direct.distributed.DistributedObjectUD import DistributedObjectUD -class DistributedPartyManagerUD(DistributedObjectAI): +class DistributedPartyManagerUD(DistributedObjectUD): notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')