mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-14 03:21:24 +01:00
Add more info in case MCAccess can not be set.
This commit is contained in:
parent
48c2d0ea53
commit
9810c5c46b
@ -52,7 +52,9 @@ public class MCAccessFactory {
|
|||||||
catch(Throwable t){
|
catch(Throwable t){
|
||||||
throwables.add(t);
|
throwables.add(t);
|
||||||
};
|
};
|
||||||
|
LogUtil.logSevere("[NoCheatPlus] Your version of NoCheatPlus does not seem to be compatible with either your Minecraft version or your specific serve-mod.");
|
||||||
|
LogUtil.logSevere("[NoCheatPlus] Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/");
|
||||||
|
LogUtil.logSevere("[NoCheatPlus] Development builds: http://nocheatplus.org:8080/job/NoCheatPlus/");
|
||||||
LogUtil.logSevere("[NoCheatPlus] Could not set up MC version specific access.");
|
LogUtil.logSevere("[NoCheatPlus] Could not set up MC version specific access.");
|
||||||
for (Throwable t : throwables ){
|
for (Throwable t : throwables ){
|
||||||
LogUtil.logSevere(t);
|
LogUtil.logSevere(t);
|
||||||
|
Loading…
Reference in New Issue
Block a user