Skip to content

Commit d10aa07

Browse files
authored
Merge pull request #622 from Multiverse/fix/playdata-quit-comment
Remove outdated notice about save-playerdata-on-quit config option
2 parents 55cd262 + 868bd94 commit d10aa07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/mvplugins/multiverse/inventories/config/InventoriesConfigNodes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ public Object serialize(Shares sharables, Class<Shares> aClass) {
157157

158158
final ConfigNode<Boolean> applyPlayerdataOnJoin = node(ConfigNode.builder("performance.apply-playerdata-on-join", Boolean.class)
159159
.comment("")
160-
.comment("This will only work if save-playerdata-on-quit is set to true.")
161160
.comment("Minecraft will already load the most up-to-date player data and this option will generally be redundant.")
162161
.comment("The only possible edge case uses is if you have a need to always modify the mvinv playerdata while the player is offline.")
163162
.defaultValue(false)

0 commit comments

Comments
 (0)