FortManager fort list made static.

This commit is contained in:
MobiusDev
2019-03-04 09:44:21 +00:00
parent d5f5be1fea
commit cf37fa4b7b
13 changed files with 18 additions and 19 deletions

View File

@ -35,7 +35,7 @@ public final class FortManager implements InstanceListManager
{
private static final Logger LOGGER = Logger.getLogger(FortManager.class.getName());
private final Map<Integer, Fort> _forts = new ConcurrentSkipListMap<>();
private static final Map<Integer, Fort> _forts = new ConcurrentSkipListMap<>();
public final Fort findNearestFort(L2Object obj)
{