ensure worldguard warning is printed to server console

This commit is contained in:
RoboMWM 2017-12-23 08:41:43 -08:00
parent c6b3c3c4ab
commit 05497b7b6a

View File

@ -29,7 +29,7 @@ class WorldGuardWrapper
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;
}