Fixed attachable objects being deattachable with the select key due to e6b7a0d3, fixed typo in ConvertInputType
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Barotrauma
|
||||
public static string ConvertInputType(string inputType)
|
||||
{
|
||||
if (inputType == "ActionHit" || inputType == "Action") return "Use";
|
||||
if (inputType == "SecondarHit" || inputType == "Secondary") return "Aim";
|
||||
if (inputType == "SecondaryHit" || inputType == "Secondary") return "Aim";
|
||||
|
||||
return inputType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user