mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06: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