Minor code changes.

This commit is contained in:
MobiusDev
2016-04-26 09:16:45 +00:00
parent f568bc6255
commit 6a13705766
13 changed files with 25 additions and 40 deletions

View File

@ -386,10 +386,7 @@ public class L2Party extends AbstractPlayerGroup
{
synchronized (this)
{
if (_tacticalSigns == null)
{
_tacticalSigns = new ConcurrentHashMap<>(1);
}
_tacticalSigns = new ConcurrentHashMap<>(1);
}
}
return _tacticalSigns;