Backward compatibility changes for Java 8.

This commit is contained in:
MobiusDevelopment
2021-01-08 23:40:59 +00:00
parent a54e1fbcf8
commit 6083099412
413 changed files with 1309 additions and 468 deletions

View File

@@ -65,8 +65,8 @@ public class SiegeGuards extends AbstractNpcAI
};
//@formatter:on
@SuppressWarnings("unchecked")
private static final List<Npc>[] RESIDENCE_GUARD_MAP = new CopyOnWriteArrayList[122];
private static final boolean[] RESIDENCE_WORKING = new boolean[122];
protected static final List<Npc>[] RESIDENCE_GUARD_MAP = new CopyOnWriteArrayList[122];
protected static final boolean[] RESIDENCE_WORKING = new boolean[122];
public SiegeGuards()
{