fix a dumb

This commit is contained in:
Fabian Dill 2020-01-13 04:46:19 +01:00
parent 7cdd12a43c
commit 0c6ce5df00
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ async def console(ctx : Context):
else:
client = get_client_from_name(ctx, command[1])
if client:
player_number = client.slot()
player_number = client.slot
else:
print(f"Player with name {command[1]} not found.")
if player_number: