This commit is contained in:
spatialfree 2021-11-27 02:23:26 -05:00
parent c6d1859a52
commit 3ed8438b03

View file

@ -77,7 +77,7 @@ public class MonoNet {
WriteVec3(me.cursor);
socket.Send(data);
await Task.Delay(10);
await Task.Delay(1);
}
socket.Close();
}