Merge pull request #81175 from raulsntos/dotnet/project_settings_changed
C#: Replace usage of deprecated `project_settings_changed` signal
This commit is contained in:
@ -440,7 +440,7 @@ namespace GodotTools
|
||||
{
|
||||
base._EnablePlugin();
|
||||
|
||||
ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
|
||||
if (Instance != null)
|
||||
throw new InvalidOperationException();
|
||||
|
||||
Reference in New Issue
Block a user