mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 01:50:56 +01:00
made envData nonstatic again
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.Map;
|
||||
*/
|
||||
public class EnvironmentSavedData extends SavedData {
|
||||
|
||||
private static final Long2IntOpenHashMap envData = new Long2IntOpenHashMap();
|
||||
private final Long2IntOpenHashMap envData = new Long2IntOpenHashMap();
|
||||
|
||||
private static final String NAME = "aphelion_environment";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user