mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-21 18:15:32 +01:00
Adjust log output
This commit is contained in:
parent
85c99bac5a
commit
c9ae34c146
@ -636,7 +636,7 @@ public class BukkitQuestsPlugin extends JavaPlugin implements Quests {
|
||||
if (depends.getZnpcsPlusApi() != null) {
|
||||
if (depends.getZnpcsPlusApi().getNpcRegistry() == null) {
|
||||
getLogger().log(Level.SEVERE,
|
||||
"ZNPCsPlus was enabled but NpcApiProvider was null. Disabling linkage.");
|
||||
"ZNPCsPlus was enabled but NpcRegistry was null. Disabling linkage.");
|
||||
depends.unlinkZnpcsPlusApi();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user