fix a dumb
This commit is contained in:
parent
7cdd12a43c
commit
0c6ce5df00
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue