diff -r 722567479fab -r 45316b6eb4a0 share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Fri Sep 04 08:14:12 2015 -0400 +++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Fri Sep 11 03:07:48 2015 +0200 @@ -279,6 +279,9 @@ -- HEDGE EDITOR, SCRIPT BEGINS (Hey yo, it's about time) --------------------------------------------------------- +-- Tell other scripts that we exist +HedgeEditor = true + HedgewarsScriptLoad("/Scripts/Locale.lua") HedgewarsScriptLoad("/Scripts/Tracker.lua") HedgewarsScriptLoad("/Scripts/Params.lua")