mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Prevent infinite recursion on AltConsistentSetting
This commit is contained in:
@@ -46,7 +46,7 @@ public class AltConsistentSetting<C extends PlayerSetting<T>, T> extends PlayerS
|
||||
|
||||
@Override
|
||||
public void setValue(UUID uuid, T value) {
|
||||
setValue(getMain(uuid), value);
|
||||
super.setValue(getMain(uuid), value);
|
||||
}
|
||||
|
||||
private static UUID getMain(UUID account) {
|
||||
|
||||
Reference in New Issue
Block a user