Bug fix for that wilderness painting on dynmap.
This commit is contained in:
parent
17e0701ecb
commit
a380b86a71
@ -39,7 +39,9 @@ public class Board
|
|||||||
public static TerritoryAccess getTerritoryAccessAt(FLocation flocation)
|
public static TerritoryAccess getTerritoryAccessAt(FLocation flocation)
|
||||||
{
|
{
|
||||||
if ( ! flocationIds.containsKey(flocation))
|
if ( ! flocationIds.containsKey(flocation))
|
||||||
flocationIds.put(flocation, new TerritoryAccess("0"));
|
{
|
||||||
|
return new TerritoryAccess("0");
|
||||||
|
}
|
||||||
return flocationIds.get(flocation);
|
return flocationIds.get(flocation);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user