mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-15 15:52:31 +08:00
[WIP] Command Targeting overhaul
This commit is contained in:
committed by
Melledy
Unverified
parent
4e0ebe56a6
commit
82ec63c4e4
@@ -13,7 +13,7 @@ import java.util.*;
|
||||
public final class HelpCommand implements CommandHandler {
|
||||
|
||||
@Override
|
||||
public void execute(Player player, List<String> args) {
|
||||
public void execute(Player player, Player targetPlayer, List<String> args) {
|
||||
if (args.size() < 1) {
|
||||
HashMap<String, CommandHandler> handlers = CommandMap.getInstance().getHandlers();
|
||||
List<Command> annotations = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user