mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
卐 House Door Flickering Fix 卐
This commit is contained in:
parent
cf74341d9e
commit
3c80ecc367
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ class DistributedHouseDoor(DistributedDoor.DistributedDoor):
|
|||
return 'door_trigger_' + str(self.houseId)
|
||||
|
||||
def hideDoorParts(self):
|
||||
pass
|
||||
try:
|
||||
self.findDoorNode('doorFrameHoleRight').hide()
|
||||
self.findDoorNode('doorFrameHoleLeft').hide()
|
||||
except:
|
||||
pass
|
||||
|
||||
def announceGenerate(self):
|
||||
DistributedObject.DistributedObject.announceGenerate(self)
|
||||
|
|
Loading…
Reference in a new issue