From ef72eabdf8431e1ff83d0ccff54480edde68e71d Mon Sep 17 00:00:00 2001 From: Michael G <10155689+DarthMDev@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:50:34 -0400 Subject: [PATCH] DistributedToonHallInterior: Fix missing import issue Should fix #103 --- toontown/building/DistributedToonHallInterior.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/building/DistributedToonHallInterior.py b/toontown/building/DistributedToonHallInterior.py index cfbee85..1fb9d16 100644 --- a/toontown/building/DistributedToonHallInterior.py +++ b/toontown/building/DistributedToonHallInterior.py @@ -1,3 +1,4 @@ +from panda3d.core import * from panda3d.toontown import * from toontown.toonbase.ToonBaseGlobal import * from direct.interval.IntervalGlobal import *