Some synchronized changes.

This commit is contained in:
MobiusDev
2016-04-30 20:04:02 +00:00
parent 15d263a788
commit b001087964
17 changed files with 127 additions and 492 deletions

View File

@ -890,10 +890,7 @@ public final class Fort extends AbstractResidence
{
synchronized (this)
{
if (_siege == null)
{
_siege = new FortSiege(this);
}
_siege = new FortSiege(this);
}
}
return _siege;