diff --git a/otp/chat/ChatInputWhiteListFrame.py b/otp/chat/ChatInputWhiteListFrame.py index 934816c..a40c91b 100644 --- a/otp/chat/ChatInputWhiteListFrame.py +++ b/otp/chat/ChatInputWhiteListFrame.py @@ -4,6 +4,7 @@ import sys from direct.directnotify import DirectNotifyGlobal from direct.gui.DirectGui import * from panda3d.core import * +from panda3d.otp import * from otp.otpbase import OTPLocalizer from direct.task import Task from otp.chat.ChatInputTyped import ChatInputTyped diff --git a/toontown/coghq/DistributedDoorEntity.py b/toontown/coghq/DistributedDoorEntity.py index 586a259..2ecc93a 100644 --- a/toontown/coghq/DistributedDoorEntity.py +++ b/toontown/coghq/DistributedDoorEntity.py @@ -1,6 +1,6 @@ from panda3d.core import * -from panda3d.core import * from direct.interval.IntervalGlobal import * +from panda3d.direct import ShowInterval, HideInterval from direct.distributed.ClockDelta import * from toontown.toonbase import ToontownGlobals from direct.directnotify import DirectNotifyGlobal diff --git a/toontown/safezone/DistributedTreasure.py b/toontown/safezone/DistributedTreasure.py index 436ec24..713c8b4 100644 --- a/toontown/safezone/DistributedTreasure.py +++ b/toontown/safezone/DistributedTreasure.py @@ -1,4 +1,5 @@ from panda3d.core import * +from panda3d.direct import ShowInterval, HideInterval from direct.interval.IntervalGlobal import * from toontown.toonbase.ToontownGlobals import * from direct.distributed import DistributedObject diff --git a/toontown/toon/Toon.py b/toontown/toon/Toon.py index 28d2c6a..caec571 100644 --- a/toontown/toon/Toon.py +++ b/toontown/toon/Toon.py @@ -8,6 +8,7 @@ from .ToonHead import * from panda3d.core import * from panda3d.otp import * from direct.interval.IntervalGlobal import * +from panda3d.direct import ShowInterval, HideInterval from direct.directnotify import DirectNotifyGlobal from toontown.toonbase import ToontownGlobals from otp.otpbase import OTPLocalizer