rewrite torch mod because casitard broke original

This commit is contained in:
zznty
2023-01-24 16:09:19 +07:00
parent d7d556d2f2
commit d44b1a592c
10 changed files with 44 additions and 282 deletions

View File

@@ -32,11 +32,6 @@ namespace Torch.Mod.Messages
public override void ProcessClient()
{
if (TorchModCore.Debug)
{
MyAPIGateway.Utilities.ShowMessage("Torch", $"Joining server {Address} with delay {Delay}");
}
if (Delay <= 0)
{
MyAPIGateway.Multiplayer.JoinServer(Address);