diff --git a/toontown/distributed/HoodMgr.py b/toontown/distributed/HoodMgr.py index 61c1a2b6..32d1c398 100755 --- a/toontown/distributed/HoodMgr.py +++ b/toontown/distributed/HoodMgr.py @@ -219,10 +219,6 @@ class HoodMgr(DirectObject.DirectObject): self.currentDropPoint = (self.currentDropPoint + 1) % len(dropPointList) return dropPointList[droppnt] - def getPhaseFromHood(self, hoodId): - hoodId = ZoneUtil.getCanonicalHoodId(hoodId) - return ToontownGlobals.phaseMap[hoodId] - def getPlaygroundCenterFromId(self, hoodId): dropPointList = self.dropPoints.get(hoodId, None) if dropPointList: