Skip to content

Commit

Permalink
Corrected some logging.
Browse files Browse the repository at this point in the history
krypto5863 committed May 5, 2024
1 parent 5e3b906 commit e6b6ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ static string GET_COM3D2_INSTALLPATH()
return GAME_DIRECTORY_REGISTRY;
}

CONSOLE_COLOR(ConsoleColor.Yellow, "Warning : COM3D2 installation directory is not set in registry. Will use working directory', 'yellow'");
CONSOLE_COLOR(ConsoleColor.Yellow, "Warning : COM3D2 installation directory is not set or is set improperly in the registry. Will use current directory");
return Directory.GetCurrentDirectory();
}

0 comments on commit e6b6ee4

Please sign in to comment.