mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-29 14:06:30 +01:00
Implement getMvWorld
This commit is contained in:
parent
aa079b2920
commit
9e14daac1f
@ -268,6 +268,7 @@ public class WorldManager implements MVWorldManager {
|
|||||||
*
|
*
|
||||||
* @return A {@link MVWorld} or null.
|
* @return A {@link MVWorld} or null.
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public MultiverseWorld getMVWorld(String name) {
|
public MultiverseWorld getMVWorld(String name) {
|
||||||
if (this.worlds.containsKey(name)) {
|
if (this.worlds.containsKey(name)) {
|
||||||
return this.worlds.get(name);
|
return this.worlds.get(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user