minigames: fix client crash when starting tag game
This commit is contained in:
parent
a5ecbb8b1e
commit
5e90f7ed43
|
|
@ -1,5 +1,6 @@
|
|||
from panda3d.core import *
|
||||
from toontown.toonbase.ToonBaseGlobal import *
|
||||
from panda3d.otp import NametagGlobals
|
||||
from .DistributedMinigame import *
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from direct.fsm import ClassicFSM, State
|
||||
|
|
|
|||
Loading…
Reference in New Issue