Small fix

This commit is contained in:
Sardelka
2022-05-31 19:46:40 -08:00
parent a8a16fac61
commit 9d9d421671
6 changed files with 140 additions and 7 deletions

View File

@ -20,7 +20,7 @@ namespace RageCoop.Client
public static int BytesSend = 0;
private static Thread ReceiveThread;
public static void DisConnectFromServer(string address)
public static void DisconnectFromServer(string address)
{
if (IsOnServer)
{