mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
parent
1dd52bed49
commit
83995d7e80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue