Fix some typos in vector strings.
This commit is contained in:
@@ -148,7 +148,7 @@ namespace OpenRA
|
||||
switch (key.ToString())
|
||||
{
|
||||
case "Length": return Length;
|
||||
case "Range": Game.Debug("WRange.Range is deprecated. Use WDist.Length instead"); return Length;
|
||||
case "Range": Game.Debug("WDist.Range is deprecated. Use WDist.Length instead"); return Length;
|
||||
default: throw new LuaException("WDist does not define a member '{0}'".F(key));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user