From 55ca6cc35ef981eff0b39a86a1323424ff6f5b8e Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Wed, 21 Dec 2016 04:32:20 -0800 Subject: [PATCH] Core: Import no longer loads the world automatically. --- MCGalaxy/Commands/World/CmdImport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/World/CmdImport.cs b/MCGalaxy/Commands/World/CmdImport.cs index ae2dcd168..3f5b0482b 100644 --- a/MCGalaxy/Commands/World/CmdImport.cs +++ b/MCGalaxy/Commands/World/CmdImport.cs @@ -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 };