fix stupid await placement
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
Corban-Lee Jones 2024-12-09 14:55:55 +00:00
parent 38dbc1a419
commit 103d14e5d4

View File

@ -111,7 +111,7 @@ class PlayersCog(commands.Cog):
# This connection method is called when the player respawns
if player.is_dead:
await player.is_dead = False # player must be alive if fully connected
player.is_dead = False # player must be alive if fully connected
await player.save()
return