mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix zone problems
This commit is contained in:
parent
3700376719
commit
4aa22f8057
@ -223,8 +223,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
|
||||
if not DistributedLevel.WantVisibility:
|
||||
zones = list(self.zoneNums)
|
||||
zones.remove(0)
|
||||
zones.remove(16)
|
||||
self.sendSetZone(16, zones)
|
||||
self.sendSetZone(0, zones)
|
||||
|
||||
def enterZone(self, zoneNum):
|
||||
if not DistributedLevel.WantVisibility:
|
||||
|
Loading…
x
Reference in New Issue
Block a user