mirror of
https://github.com/aikar/commands.git
synced 2026-06-14 11:50:37 +00:00
that needs to be public
This commit is contained in:
@@ -43,7 +43,7 @@ import org.bukkit.inventory.ItemStack;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
final class CommandContexts {
|
||||
public final class CommandContexts {
|
||||
private static final Map<Class<?>, ContextResolver<?>> contextMap = Maps.newHashMap();
|
||||
|
||||
private CommandContexts() {}
|
||||
|
||||
Reference in New Issue
Block a user