mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-23 07:01:24 +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
|
@Override
|
||||||
public void set(String path, Object value) {
|
public void set(String path, Object value) {
|
||||||
set(path, value);
|
config.put(path, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user