Swapped from list to set to prevent duplicates
Use a set instead, clone instead of adding directly to the list.
This commit is contained in:
@@ -307,6 +307,6 @@ public class ServerConfig {
|
||||
//Event End Timestamp
|
||||
public long EVENT_END_TIMESTAMP;
|
||||
|
||||
//Custom NPC overrides. NPC ID to Name pair.
|
||||
//Custom NPC overrides. List of NPC IDs.
|
||||
public List<Integer> NPCS_SCRIPTABLE = new ArrayList<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user