mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 15:03:18 -07:00
add location checks to hint command
This commit is contained in:
@@ -740,7 +740,7 @@ async def console_loop(ctx : Context):
|
||||
ctx.input_queue.put_nowait(input)
|
||||
continue
|
||||
|
||||
command = shlex.split(input)
|
||||
command = input.split()
|
||||
if not command:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user