Change "Teleport cause" debug log message to remove WARNING status, as that was unnecessarily worrying some people who had debug output enabled

This commit is contained in:
Brettflan 2013-09-03 11:12:28 -05:00
parent 119640ecc6
commit 97aca7a5bb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class WBListener implements Listener
return;
if (Config.Debug())
Config.LogWarn("Teleport cause: "+event.getCause().toString());
Config.Log("Teleport cause: "+event.getCause().toString());
Location newLoc = BorderCheckTask.checkPlayer(event.getPlayer(), event.getTo(), true, true);
if (newLoc != null)