Skip to content

Commit 691bcd0

Browse files
authored
Merge pull request #3375 from BenTechDev/patch-1
✏️ fix typo in UnloadWorldOptions
2 parents 8e878b1 + 1486449 commit 691bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mvplugins/multiverse/core/world/options/UnloadWorldOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public LoadedMultiverseWorld world() {
3838
* Sets whether to unload the bukkit world.
3939
* <br />
4040
* By setting this to false, multiverse will essentially untrack the world, but the world itself is still loaded.
41-
* This should be only used in edge cases where the world is used by other plugins byt you don't want multiverse
41+
* This should be only used in edge cases where the world is used by other plugins but you don't want multiverse
4242
* to handle it.
4343
*
4444
* @param unloadBukkitWorldInput Whether to unload the bukkit world.

0 commit comments

Comments
 (0)