Merge pull request #5344 from obrakmann/remove-lua-deprecation-notice

Remove the deprecation notice from the old Lua interface
This commit is contained in:
Paul Chote
2014-05-18 11:01:28 +12:00

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