Skip to content

Commit 20cf1fc

Browse files
committed
Fix apply-playerdata-on-join comments
1 parent 0de3b70 commit 20cf1fc

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
@@ -167,7 +167,6 @@ public Object serialize(Shares sharables, Class<Shares> aClass) {
167167
.build());
168168

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

0 commit comments

Comments
 (0)