1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Don't print 'Cannot find Mono in the registry' if bundled with Godot

Closes #24753
This commit is contained in:
Ignacio Etcheverry
2019-02-15 19:04:45 +01:00
parent d17ba9a140
commit a8dfe9ff7f
2 changed files with 11 additions and 3 deletions

View File

@@ -158,8 +158,6 @@ MonoRegInfo find_mono() {
if (_find_mono_in_reg_old("Software\\Novell\\Mono", info) == ERROR_SUCCESS)
return info;
ERR_PRINT("Cannot find mono in the registry");
return MonoRegInfo();
}