Remove a universe remnant in the MConf
This commit is contained in:
parent
59112577b8
commit
98234d8ccc
@ -126,19 +126,6 @@ public class MConf extends Entity<MConf>
|
||||
2 * TimeUnit.MILLIS_PER_WEEK, 5 * TimeUnit.MILLIS_PER_DAY // +5 days after 2 weeks
|
||||
);
|
||||
|
||||
// -------------------------------------------- //
|
||||
// SPECIAL FACTION IDS
|
||||
// -------------------------------------------- //
|
||||
// These are a deprecated remnant from the universe system.
|
||||
// We needed these to understand the difference between wilderness in different universes.
|
||||
// Now that we are back to one universe only, we can have static names like simply "none", "safezone" and "warzone".
|
||||
// Previously we set them to UUID.randomUUID().toString() but now we set them to null.
|
||||
// If the value is set we use it to update map entries and then set it to null really quick.
|
||||
|
||||
public String factionIdNone = null;
|
||||
public String factionIdSafezone = null;
|
||||
public String factionIdWarzone = null;
|
||||
|
||||
// -------------------------------------------- //
|
||||
// DEFAULTS
|
||||
// -------------------------------------------- //
|
||||
|
Loading…
Reference in New Issue
Block a user