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

@ -34,7 +34,7 @@ public final class FortManager implements InstanceListManager
{
protected static final Logger LOGGER = Logger.getLogger(FortManager.class.getName());
private final List<Fort> _forts = new ArrayList<>();
private static final List<Fort> _forts = new ArrayList<>();
public final int findNearestFortIndex(L2Object obj)
{