mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-25 17:19:51 +08:00
Command Targeting overhaul fixes
This commit is contained in:
committed by
Melledy
Unverified
parent
0c715f0856
commit
2cfaeac6bc
@@ -37,7 +37,7 @@ public final class GiveAllCommand implements CommandHandler {
|
||||
}
|
||||
break;
|
||||
default: // invalid
|
||||
CommandHandler.sendMessage(null, Grasscutter.getLanguage().GiveAll_usage);
|
||||
CommandHandler.sendMessage(sender, Grasscutter.getLanguage().GiveAll_usage);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user