mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Typo.
This commit is contained in:
parent
cd56e91057
commit
cb9b4f8d09
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class ToontownDistrictStatsAI(DistributedObjectAI):
|
||||||
def handleShardStatusQuery(self):
|
def handleShardStatusQuery(self):
|
||||||
# Send a shard status update containing our population:
|
# Send a shard status update containing our population:
|
||||||
status = {'population': self.avatarCount}
|
status = {'population': self.avatarCount}
|
||||||
self.air.sentNetEvent('shardStatus', [self.air.ourChannel, status])
|
self.air.sendNetEvent('shardStatus', [self.air.ourChannel, status])
|
||||||
|
|
||||||
def setDistrictId(self, districtId):
|
def setDistrictId(self, districtId):
|
||||||
self.districtId = districtId
|
self.districtId = districtId
|
||||||
|
|
Loading…
Reference in a new issue