@ -122,7 +122,7 @@
|
|||||||
Properties map = Settings.this.cloneProperties();
|
Properties map = Settings.this.cloneProperties();
|
||||||
map.put(this.key, this.serializer.apply(newValue));
|
map.put(this.key, this.serializer.apply(newValue));
|
||||||
- return Settings.this.reload(registryAccess, map);
|
- return Settings.this.reload(registryAccess, map);
|
||||||
+ return Settings.this.reload(registryAccess, properties, Settings.this.options); // CraftBukkit
|
+ return Settings.this.reload(registryAccess, map, Settings.this.options); // CraftBukkit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user