Sync with L2jServer HighFive Aug 21st 2015.

This commit is contained in:
MobiusDev
2015-08-21 19:26:53 +00:00
parent 4b3a3e6d1e
commit dc0694ccef
17 changed files with 116 additions and 82 deletions

View File

@ -547,7 +547,6 @@ public abstract class FlagWar extends ClanHallSiegeEngine
{
endSiege();
_log.warning(getName() + ": Problems in siege initialization!");
e.printStackTrace();
}
}
}
@ -653,8 +652,7 @@ public abstract class FlagWar extends ClanHallSiegeEngine
}
catch (Exception e)
{
_log.warning(getName() + ": Couldnt make clan spawns: " + e.getMessage());
e.printStackTrace();
_log.warning(getName() + ": Could not make clan spawns: " + e.getMessage());
}
}