fix a dumb
This commit is contained in:
parent
7cdd12a43c
commit
0c6ce5df00
|
@ -342,7 +342,7 @@ async def console(ctx : Context):
|
||||||
else:
|
else:
|
||||||
client = get_client_from_name(ctx, command[1])
|
client = get_client_from_name(ctx, command[1])
|
||||||
if client:
|
if client:
|
||||||
player_number = client.slot()
|
player_number = client.slot
|
||||||
else:
|
else:
|
||||||
print(f"Player with name {command[1]} not found.")
|
print(f"Player with name {command[1]} not found.")
|
||||||
if player_number:
|
if player_number:
|
||||||
|
|
Loading…
Reference in New Issue