Fix another infinite loop, @MylesIsCool and I are great at creating them ;)

This commit is contained in:
Matsv 2016-10-02 12:03:56 +02:00
parent 3354a46283
commit 3fe25f68b1
No known key found for this signature in database
GPG Key ID: 97CEC2A2EA31350F

View File

@ -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