remove the might not work correctly message because its false
This commit is contained in:
parent
60b5ac9683
commit
e496d00fcd
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ public class ZNpcsPlus extends JavaPlugin {
|
||||||
|
|
||||||
PluginManager pluginManager = Bukkit.getPluginManager();
|
PluginManager pluginManager = Bukkit.getPluginManager();
|
||||||
|
|
||||||
if (pluginManager.isPluginEnabled("ServersNPC")) log(ChatColor.DARK_RED + " * Old version of znpcs detected! The plugin might not work correctly!");
|
|
||||||
long before = System.currentTimeMillis();
|
long before = System.currentTimeMillis();
|
||||||
|
|
||||||
log(ChatColor.WHITE + " * Initializing libraries...");
|
log(ChatColor.WHITE + " * Initializing libraries...");
|
||||||
|
|
Loading…
Reference in a new issue