Update QSBInputManager.cs

This commit is contained in:
Mister_Nebula 2020-11-11 08:34:46 +00:00
parent ceb3b77d6b
commit 486756740b

View File

@ -47,7 +47,7 @@ namespace QSB
} }
if (Input.GetKeyDown(KeyCode.Alpha6)) if (Input.GetKeyDown(KeyCode.Alpha6))
{ {
SolanmTaunt?.Invoke(); SolanumTaunt?.Invoke();
} }
} }
} }