mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
More debug removed
This commit is contained in:
parent
3f7c0610fa
commit
0ec27307e0
1 changed files with 0 additions and 1 deletions
|
@ -982,7 +982,6 @@ class BuildingQuest(CogQuest, TexturedQuest):
|
||||||
return self.isCogdo()
|
return self.isCogdo()
|
||||||
|
|
||||||
def getFrame(self):
|
def getFrame(self):
|
||||||
print self.quest[2]
|
|
||||||
building = BUILDING_NAMES[self.quest[2]]
|
building = BUILDING_NAMES[self.quest[2]]
|
||||||
|
|
||||||
return [self.getModelFromTexture(building[0]), building[1]]
|
return [self.getModelFromTexture(building[0]), building[1]]
|
||||||
|
|
Loading…
Reference in a new issue