mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-22 22:51:29 +01:00
Fix another infinite loop, @MylesIsCool and I are great at creating them ;)
This commit is contained in:
parent
3354a46283
commit
3fe25f68b1
@ -88,7 +88,7 @@ public abstract class Config implements ConfigurationProvider {
|
||||
|
||||
@Override
|
||||
public void set(String path, Object value) {
|
||||
set(path, value);
|
||||
config.put(path, value);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user