Change logging for maiden so it actually outputs if not using debug.

This commit is contained in:
Ganom
2019-07-01 16:46:06 -04:00
parent 65f7d0f6b1
commit 9e0dc2bcc9

View File

@@ -224,11 +224,8 @@ public class MaidenHandler extends RoomHandler
} }
if (!N1.contains(wp) && !N2.contains(wp) && !S1.contains(wp) && !S2.contains(wp)) if (!N1.contains(wp) && !N2.contains(wp) && !S1.contains(wp) && !S2.contains(wp))
{ {
log.debug("------------------------"); log.info("No World Points Matched");
log.debug("No World Points Matched"); log.info("Instance Loc: " + wp);
log.debug("Dumping Location");
log.debug("Instance Loc: " + wp);
log.debug("------------------------");
} }
break; break;
case "Blood spawn": case "Blood spawn":