You've already forked godot
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user