From ef34d06d05723a1cc791d4011c1345eb10092f10 Mon Sep 17 00:00:00 2001 From: Little Cat Date: Fri, 16 Dec 2022 20:53:57 -0400 Subject: [PATCH] effects: Fix going to Acorn Acres --- toontown/effects/Bubbles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/effects/Bubbles.py b/toontown/effects/Bubbles.py index 891b4ed..9b52e0c 100644 --- a/toontown/effects/Bubbles.py +++ b/toontown/effects/Bubbles.py @@ -1,4 +1,5 @@ from panda3d.core import * +from panda3d.physics import * from direct.interval.IntervalGlobal import * from direct.particles import ParticleEffect from direct.particles import Particles