mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
forgot to update command line feedback + version is now 0.6.3
This commit is contained in:
parent
2e711e4f44
commit
a2d443cb75
@ -107,7 +107,8 @@ public class NoCheatPlugin extends JavaPlugin {
|
||||
String checks = (NoCheatConfiguration.movingCheckActive ? "moving ": "") +
|
||||
(NoCheatConfiguration.speedhackCheckActive ? "speedhack " : "") +
|
||||
(NoCheatConfiguration.airbuildCheckActive ? "airbuild " : "") +
|
||||
(NoCheatConfiguration.dupebydeathCheckActive ? "dupebydeath " : "");
|
||||
(NoCheatConfiguration.dupebydeathCheckActive ? "dupebydeath " : "") +
|
||||
(NoCheatConfiguration.bedteleportCheckActive ? "bedteleport " : "");
|
||||
|
||||
Logger.getLogger("Minecraft").info( "[NoCheatPlugin] version [" + pdfFile.getVersion() + "] is enabled with the following checks: "+checks);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user