mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-10 12:30:29 +01:00
Better debugging in order to fix #1003
This commit is contained in:
parent
0937e12b21
commit
95b530ec44
@ -754,6 +754,9 @@ public class EngineMain extends EngineAbstract
|
||||
|
||||
public String parseTerritoryInfo(String string, MPlayer mplayer, Faction faction)
|
||||
{
|
||||
if (string == null) throw new NullPointerException("string");
|
||||
if (faction == null) throw new NullPointerException("faction");
|
||||
|
||||
string = Txt.parse(string);
|
||||
|
||||
string = string.replace("{name}", faction.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user