ensure worldguard warning is printed to server console
This commit is contained in:
parent
c6b3c3c4ab
commit
05497b7b6a
|
|
@ -29,7 +29,7 @@ class WorldGuardWrapper
|
||||||
|
|
||||||
if (worldGuard == null)
|
if (worldGuard == null)
|
||||||
{
|
{
|
||||||
GriefPrevention.AddLogEntry("WorldGuard is out of date. Please update or remove WorldGuard.");
|
GriefPrevention.AddLogEntry("WorldGuard is out of date and not enabled. Please update or remove WorldGuard.", CustomLogEntryTypes.Debug, false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user