diff --git a/Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript b/Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript index 180504f38..e863f4cb9 100644 --- a/Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript +++ b/Templates/BaseGame/game/tools/worldEditor/scripts/lighting.ed.tscript @@ -23,7 +23,7 @@ function EditorLightingMenu::onAdd( %this ) { Parent::onAdd( %this ); - + return; // Get the light manager names. %lightManagers = getLightManagerNames();