Allow sending chat message and command in console

This commit is contained in:
Sardelka
2022-07-22 19:43:48 +08:00
parent cb53e8a664
commit e52135c343
7 changed files with 63 additions and 45 deletions

View File

@ -230,11 +230,6 @@ namespace RageCoop.Client
{
Function.Call(Hash.SET_RADIO_TO_STATION_INDEX, index);
}
public static byte[] GetHash(this string inputString)
{
using (HashAlgorithm algorithm = SHA256.Create())
return algorithm.ComputeHash(Encoding.UTF8.GetBytes(inputString));
}
#region WIN32