From 05497b7b6a2b693302c41a79c98ff60c3757837e Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Sat, 23 Dec 2017 08:41:43 -0800 Subject: [PATCH] ensure worldguard warning is printed to server console --- src/me/ryanhamshire/GriefPrevention/WorldGuardWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/ryanhamshire/GriefPrevention/WorldGuardWrapper.java b/src/me/ryanhamshire/GriefPrevention/WorldGuardWrapper.java index aaf8f59..6277642 100644 --- a/src/me/ryanhamshire/GriefPrevention/WorldGuardWrapper.java +++ b/src/me/ryanhamshire/GriefPrevention/WorldGuardWrapper.java @@ -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; }