mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 06:36:44 +01:00
Don't invert the debug status message
This commit is contained in:
parent
31de7de385
commit
797d3ed362
@ -172,7 +172,7 @@ public class Toggle extends Command {
|
|||||||
RunnableVal3<Command, Runnable, Runnable> confirm,
|
RunnableVal3<Command, Runnable, Runnable> confirm,
|
||||||
RunnableVal2<Command, CommandResult> whenDone
|
RunnableVal2<Command, CommandResult> whenDone
|
||||||
) {
|
) {
|
||||||
if (!toggle(player, "debug")) {
|
if (toggle(player, "debug")) {
|
||||||
player.sendMessage(
|
player.sendMessage(
|
||||||
TranslatableCaption.of("toggle.toggle_disabled"),
|
TranslatableCaption.of("toggle.toggle_disabled"),
|
||||||
Template.of("setting", command.toString())
|
Template.of("setting", command.toString())
|
||||||
|
Loading…
Reference in New Issue
Block a user