mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
[WIP] Command Targeting overhaul
This commit is contained in:
@@ -221,7 +221,7 @@ public final class Grasscutter {
|
||||
|
||||
isLastInterrupted = false;
|
||||
try {
|
||||
CommandMap.getInstance().invoke(null, input);
|
||||
CommandMap.getInstance().invoke(null, null, input);
|
||||
} catch (Exception e) {
|
||||
Grasscutter.getLogger().error(language.Command_error, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user