mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +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.
|
||||
*/
|
||||
@Override
|
||||
public MultiverseWorld getMVWorld(String name) {
|
||||
if (this.worlds.containsKey(name)) {
|
||||
return this.worlds.get(name);
|
||||
|
Loading…
Reference in New Issue
Block a user