浏览代码

Fix reference to renamed console command

Ivan Savenko 9 月之前
父节点
当前提交
c6eac55210
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clientapp/EntryPoint.cpp

+ 1 - 1
clientapp/EntryPoint.cpp

@@ -93,7 +93,7 @@ static void init()
 
 	// Debug code to load all maps on start
 	//ClientCommandManager commandController;
-	//commandController.processCommand("convert txt", false);
+	//commandController.processCommand("translate maps", false);
 }
 
 static void checkForModLoadingFailure()