Remove the deprecation notice from the old Lua interface

Fixes #5332.  The impending deprecation should probably still be
mentioned in the release notes.
This commit is contained in:
Oliver Brakmann
2014-05-17 19:34:09 +02:00
parent a15564f54d
commit b90e6ccae5

View File

@@ -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<SpawnMapActors>();