Core: Import no longer loads the world automatically.

This commit is contained in:
Goodlyay 2016-12-21 04:32:20 -08:00
parent 9cbe726eeb
commit 55ca6cc35e

View File

@ -61,7 +61,7 @@ namespace MCGalaxy.Commands.World {
return;
}
Player.Message(p, "Converted map!");
CmdLoad.LoadLevel(p, name);
//CmdLoad.LoadLevel(p, name); pls
}
enum FileType { Mcf, Fcm, Dat, Cw };