Directory and file path change, added new option to disable Esc pause

This commit is contained in:
sausage
2022-05-25 11:32:34 +08:00
parent 382ab834d4
commit 897d02ee1d
15 changed files with 53 additions and 23 deletions

View File

@ -115,7 +115,7 @@ namespace RageCoop.Client
/// </summary>
public static bool IsOnServer()
{
return Networking.IsOnServer();
return Networking.IsOnServer;
}
/// <summary>