Rename NamedHotkey to HotkeyReference.
This commit is contained in:
@@ -273,9 +273,9 @@ namespace OpenRA
|
||||
|
||||
return InvalidValueAction(value, fieldType, fieldName);
|
||||
}
|
||||
else if (fieldType == typeof(NamedHotkey))
|
||||
else if (fieldType == typeof(HotkeyReference))
|
||||
{
|
||||
return new NamedHotkey(value, Game.Settings.Keys);
|
||||
return new HotkeyReference(value, Game.Settings.Keys);
|
||||
}
|
||||
else if (fieldType == typeof(WDist))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user