fix(core-bukkit): 修复信息模式开关时消息显示错误
This commit is contained in:
@@ -69,9 +69,9 @@ public class InfoModeCommand extends ChildCommand {
|
||||
}
|
||||
|
||||
if (DebugListener.INFO_MODE_PLAYERS.contains(uuid)) {
|
||||
CoreMessage.COMMAND_DEBUG_INFO_MODE_OFF.show(player);
|
||||
} else {
|
||||
CoreMessage.COMMAND_DEBUG_INFO_MODE_ON.show(player);
|
||||
} else {
|
||||
CoreMessage.COMMAND_DEBUG_INFO_MODE_OFF.show(player);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user