revenge of the player number offset

This commit is contained in:
Fabian Dill
2020-06-21 17:04:25 +02:00
parent 5b72fd4e36
commit 26eb44ef15
3 changed files with 5 additions and 6 deletions

View File

@@ -451,7 +451,7 @@ def register_location_checks(ctx: Context, team: int, slot: int, locations):
for client in ctx.endpoints:
if client.team == team and client.slot == slot:
asyncio.create_task(ctx.send_msgs(client, [["HintPointUpdate", (get_client_points(ctx, client),)]]))
ctx.save()
ctx.save()
def notify_team(ctx: Context, team: int, text: str):