forked from Upstream/mmocore
Small Hotfixes
Added yet another NPC check to prevent console spam from Sentinel. Added check to see if people are using the mana and stamina addon Changed MM skill placeholder primitive from int to float
This commit is contained in:
parent
cea5024107
commit
f3ff917cb9
@ -150,7 +150,6 @@ public class MMOCore extends JavaPlugin {
|
||||
}
|
||||
|
||||
public void onEnable() {
|
||||
|
||||
try {
|
||||
getLogger().log(Level.INFO, "Detected Bukkit Version: " + version.toString());
|
||||
nms = (NMSHandler) Class.forName("net.Indyuce.mmocore.version.nms.NMSHandler_" + version.toString().substring(1)).newInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user