Wrong message for enabled
This commit is contained in:
parent
52209e56e0
commit
71f881b9e4
@ -45,7 +45,7 @@ public class ChairsCommand implements CommandExecutor {
|
||||
player.sendMessage(plugin.msgDisabled);
|
||||
} else if (args[0].equalsIgnoreCase("on")) {
|
||||
plugin.sitDisabled.remove(player.getName());
|
||||
player.sendMessage(plugin.msgDisabled);
|
||||
player.sendMessage(plugin.msgEnabled);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user