mirror of
https://github.com/aikar/commands.git
synced 2026-06-30 18:28:26 +00:00
Start of Sponge support (#41)
This commit is contained in:
@@ -32,7 +32,7 @@ import java.util.Map;
|
||||
|
||||
public class CommandCompletionContext {
|
||||
private final RegisteredCommand command;
|
||||
private final CommandIssuer issuer;
|
||||
protected final CommandIssuer issuer;
|
||||
private final String input;
|
||||
private final String config;
|
||||
private final Map<String, String> configs = Maps.newHashMap();
|
||||
|
||||
Reference in New Issue
Block a user