mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00: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
|
# We want to handle shard status queries so that a ShardStatusReceiver
|
||||||
# being created after we're generated will know where we're at:
|
# 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:
|
# Send a shard status update with the information we have:
|
||||||
status = {
|
status = {
|
||||||
|
|
Loading…
Reference in a new issue