Ignore API assemblies
This commit is contained in:
@ -6,6 +6,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Threading;
|
||||
|
||||
namespace RageCoop.Client
|
||||
{
|
||||
@ -560,6 +561,7 @@ namespace RageCoop.Client
|
||||
#endif
|
||||
}
|
||||
|
||||
ThreadPool.QueueUserWorkItem((o) => { Networking.Client.FlushSendQueue(); });
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user