rename WRange to WDist
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
if (t == typeof(WPos))
|
||||
return "3D World Position";
|
||||
|
||||
if (t == typeof(WRange))
|
||||
if (t == typeof(WDist))
|
||||
return "1D World Range";
|
||||
|
||||
if (t == typeof(WVec))
|
||||
|
||||
Reference in New Issue
Block a user