Implement getMvWorld

This commit is contained in:
Eric Stokes 2011-10-09 21:03:05 -06:00
parent aa079b2920
commit 9e14daac1f

View File

@ -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);