You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/mod_loader/_export_plugin/export_plugin.gd
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ extends EditorExportPlugin
2
2
3
3
constREQUIRE_EXPLICIT_ADDITION:=false
4
4
constMETHOD_PREFIX:="vanilla_"
5
-
constHASH_COLLISION_ERROR:="MODDING EXPORT ERROR: Hash collision between %s and %s. The collision can be resolved by renaming one of the methods or changing their scripts path."
5
+
constHASH_COLLISION_ERROR:="MODDING EXPORT ERROR: Hash collision between %s and %s. The collision can be resolved by renaming one of the methods or changing their script's path."
0 commit comments