From cb9b4f8d09ec13fe2d9d34eeeea1527327c1a464 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Sun, 12 Jul 2015 12:51:05 -0400 Subject: [PATCH] Typo. --- toontown/distributed/ToontownDistrictStatsAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/distributed/ToontownDistrictStatsAI.py b/toontown/distributed/ToontownDistrictStatsAI.py index 60d71fae..e31fe4d0 100755 --- a/toontown/distributed/ToontownDistrictStatsAI.py +++ b/toontown/distributed/ToontownDistrictStatsAI.py @@ -18,7 +18,7 @@ class ToontownDistrictStatsAI(DistributedObjectAI): def handleShardStatusQuery(self): # Send a shard status update containing our population: status = {'population': self.avatarCount} - self.air.sentNetEvent('shardStatus', [self.air.ourChannel, status]) + self.air.sendNetEvent('shardStatus', [self.air.ourChannel, status]) def setDistrictId(self, districtId): self.districtId = districtId