mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
parent
1dd52bed49
commit
83995d7e80
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
Properties map = Settings.this.cloneProperties();
|
||||
map.put(this.key, this.serializer.apply(newValue));
|
||||
- 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…
Reference in a new issue