fix stupid await placement
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
parent
38dbc1a419
commit
103d14e5d4
@ -111,7 +111,7 @@ class PlayersCog(commands.Cog):
|
|||||||
|
|
||||||
# This connection method is called when the player respawns
|
# This connection method is called when the player respawns
|
||||||
if player.is_dead:
|
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()
|
await player.save()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user