mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +01:00
Style again.
This commit is contained in:
parent
b888561d98
commit
0226ab9609
@ -511,6 +511,11 @@ public class MVWorld extends SerializationConfig implements MultiverseWorld {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This initializes the {@code plugin} and {@code name} fields.
|
||||||
|
* @param plugin The plugin.
|
||||||
|
* @param name The world's name.
|
||||||
|
*/
|
||||||
void setPluginAndWorld(MultiverseCore plugin, String name) {
|
void setPluginAndWorld(MultiverseCore plugin, String name) {
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
Loading…
Reference in New Issue
Block a user