forked from Upstream/CommandPanels
3.16.3.2
This commit is contained in:
parent
c2becfb961
commit
e5f143f919
@ -27,7 +27,7 @@ public class UserInputUtils implements Listener {
|
||||
if(playerInput.containsKey(e.getPlayer())){
|
||||
e.setCancelled(true);
|
||||
if(e.getMessage().equalsIgnoreCase(plugin.config.getString("input.input-cancel"))){
|
||||
e.getPlayer().sendMessage(plugin.tex.colour( Objects.requireNonNull(plugin.config.getString("config.input-cancelled"))));
|
||||
e.getPlayer().sendMessage(plugin.tex.colour( Objects.requireNonNull(plugin.config.getString("input.input-cancelled"))));
|
||||
playerInput.remove(e.getPlayer());
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user