From b90e6ccae52f9f3e3775b2313ee8bfb5f8ebbd5b Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sat, 17 May 2014 19:34:09 +0200 Subject: [PATCH] Remove the deprecation notice from the old Lua interface Fixes #5332. The impending deprecation should probably still be mentioned in the release notes. --- OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs b/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs index 60d98096e3..ed71e3ebf2 100644 --- a/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs +++ b/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs @@ -46,9 +46,6 @@ namespace OpenRA.Mods.RA.Scripting public void WorldLoaded(World w, WorldRenderer wr) { - Game.Debug("Warning: This map uses the deprecated scripting interface, which will be removed in a future release. " + - "If you are the map author, then please see the OpenRA wiki for instructions on how to migrate to the new API."); - world = w; sma = world.WorldActor.Trait();