mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Merge pull request #81175 from raulsntos/dotnet/project_settings_changed
C#: Replace usage of deprecated `project_settings_changed` signal
This commit is contained in:
commit
549fcce5f8
@ -440,7 +440,7 @@ namespace GodotTools
|
||||
{
|
||||
base._EnablePlugin();
|
||||
|
||||
ProjectSettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
ProjectSettings.SettingsChanged += GodotSharpDirs.DetermineProjectLocation;
|
||||
|
||||
if (Instance != null)
|
||||
throw new InvalidOperationException();
|
||||
|
Loading…
Reference in New Issue
Block a user