Merge pull request #81175 from raulsntos/dotnet/project_settings_changed

C#: Replace usage of deprecated `project_settings_changed` signal
This commit is contained in:
Rémi Verschelde 2023-08-31 08:56:55 +02:00
commit 549fcce5f8
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -440,7 +440,7 @@ namespace GodotTools
{
base._EnablePlugin();
ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;
if (Instance != null)
throw new InvalidOperationException();