mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-25 08:22:17 +00:00
Fixed a bug in TickrateEnforcer that would forget to update the last tick time, effectively always throttling server.
This commit is contained in:
@@ -16,8 +16,8 @@ namespace MTSC_TestServer
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
X509Certificate2 certificate = new X509Certificate2("localhost.pfx", "psdsd");
|
||||
Server server = new Server(80);
|
||||
//X509Certificate2 certificate = new X509Certificate2("localhost.pfx", "psdsd");
|
||||
Server server = new Server(500);
|
||||
RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(1024);
|
||||
EncryptionHandler encryptionHandler = new EncryptionHandler(rsa);
|
||||
server
|
||||
|
||||
Reference in New Issue
Block a user