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:
Aria 2019-10-09 16:27:23 +02:00
parent cea5024107
commit f3ff917cb9

View File

@ -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();