You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix warning message when EditorPlugin script is not in tool mode.
(cherry picked from commit 0029440955)
This commit is contained in:
committed by
Rémi Verschelde
parent
fda4911b6e
commit
18f2b96186
@@ -2985,7 +2985,7 @@ void EditorNode::set_addon_plugin_enabled(const String &p_addon, bool p_enabled)
|
||||
}
|
||||
|
||||
if (!script->is_tool()) {
|
||||
show_warning("Unable to load addon script from path: '" + path + "' Script is does not support tool mode.");
|
||||
show_warning("Unable to load addon script from path: '" + path + "' Script is not in tool mode.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user