From 33c106de14aab0f6e032de35c829ad16b5817d1f Mon Sep 17 00:00:00 2001 From: John Cote Date: Sat, 11 Jan 2020 10:41:02 -0500 Subject: [PATCH] coghq: fix some cog golf course crashes --- toontown/coghq/CountryClubInterior.py | 1 + toontown/coghq/DistributedCountryClubBattle.py | 1 + 2 files changed, 2 insertions(+) diff --git a/toontown/coghq/CountryClubInterior.py b/toontown/coghq/CountryClubInterior.py index c9d6c6b..2d02b25 100644 --- a/toontown/coghq/CountryClubInterior.py +++ b/toontown/coghq/CountryClubInterior.py @@ -4,6 +4,7 @@ from direct.fsm import ClassicFSM, State from direct.fsm import State from direct.showbase import BulletinBoardWatcher from pandac.PandaModules import * +from libotp import * from otp.distributed.TelemetryLimiter import RotationLimitToH, TLGatherAllAvs from toontown.toon import Toon from toontown.toonbase import ToontownGlobals diff --git a/toontown/coghq/DistributedCountryClubBattle.py b/toontown/coghq/DistributedCountryClubBattle.py index e291be1..4aa916c 100644 --- a/toontown/coghq/DistributedCountryClubBattle.py +++ b/toontown/coghq/DistributedCountryClubBattle.py @@ -1,4 +1,5 @@ from pandac.PandaModules import * +from libotp import * from direct.interval.IntervalGlobal import * from toontown.battle.BattleBase import * from toontown.coghq import DistributedLevelBattle