mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Remove unused method
This commit is contained in:
parent
aeed161e9a
commit
bb46ba8049
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue