fix copy paste error

This commit is contained in:
Matthias Mailänder
2015-07-09 12:32:03 +02:00
parent 559d6cb84b
commit 31892dd104

View File

@@ -143,6 +143,7 @@ namespace OpenRA
{
case "Range": return Length;
default: throw new LuaException("WPos does not define a member '{0}'".F(key));
default: throw new LuaException("WDist does not define a member '{0}'".F(key));
}
}