mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 01:31:47 -07:00
add location checks to hint command
This commit is contained in:
+1
-1
@@ -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