mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
another fix
This commit is contained in:
parent
c1654a3f42
commit
8ad6894fb5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ToontownDistrictAI(DistributedDistrictAI):
|
|||
|
||||
# We want to handle shard status queries so that a ShardStatusReceiver
|
||||
# being created after we're generated will know where we're at:
|
||||
self.air.accept('shardStatus', self.handleShardStatusQuery)
|
||||
self.air.accept('queryShardStatus', self.handleShardStatusQuery)
|
||||
|
||||
# Send a shard status update with the information we have:
|
||||
status = {
|
||||
|
|
Loading…
Reference in a new issue