Remove the deprecated WAngle.Range accessor for Lua

This commit is contained in:
abcdefg30
2022-05-11 13:09:54 +02:00
committed by atlimit8
parent c827d1a4ab
commit 7ec74749be

View File

@@ -143,7 +143,6 @@ namespace OpenRA
switch (key.ToString())
{
case "Length": return Length;
case "Range": TextNotificationsManager.Debug("WDist.Range is deprecated. Use WDist.Length instead"); return Length;
default: throw new LuaException($"WDist does not define a member '{key}'");
}
}