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

@ -18,7 +18,7 @@ namespace RageCoop.Client
public static List<PlayerData> Players=new List<PlayerData> { };
public static void Tick()
{
if (!Networking.IsOnServer())
if (!Networking.IsOnServer)
{
return;
}