1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Fix reference to renamed console command

This commit is contained in:
Ivan Savenko
2025-01-19 12:40:41 +00:00
parent 4912e92f33
commit c6eac55210

View File

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