From 3ed8438b03ec9bef1e2958032b1352f565380b52 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sat, 27 Nov 2021 02:23:26 -0500 Subject: [PATCH] tweaks --- MonoNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonoNet.cs b/MonoNet.cs index bb92176..85d568a 100644 --- a/MonoNet.cs +++ b/MonoNet.cs @@ -77,7 +77,7 @@ public class MonoNet { WriteVec3(me.cursor); socket.Send(data); - await Task.Delay(10); + await Task.Delay(1); } socket.Close(); }