Change package format to iso9660

This commit is contained in:
sardelka9515
2022-10-15 17:06:19 +08:00
parent d7c0abdfc2
commit 8d27c072ca
19 changed files with 101 additions and 116 deletions

View File

@ -1,11 +1,9 @@
using GTA;
using GTA.Native;
using RageCoop.Client.Scripting;
using RageCoop.Core;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Threading;
using System.Threading.Tasks;
namespace RageCoop.Client
{
@ -23,7 +21,7 @@ namespace RageCoop.Client
public WorldThread()
{
Util.StartUpCheck();
Instance = this;
Instance = this;
Tick += OnTick;
Aborted += (sender, e) =>
{