From 085e2c294746e08b0f317fe3476d75afac638cab Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sat, 25 Feb 2023 09:31:44 +0100 Subject: [PATCH] Comment error --- Capy64/Runtime/Libraries/TCP.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Capy64/Runtime/Libraries/TCP.cs b/Capy64/Runtime/Libraries/TCP.cs index 5174af0..a8d5988 100644 --- a/Capy64/Runtime/Libraries/TCP.cs +++ b/Capy64/Runtime/Libraries/TCP.cs @@ -71,7 +71,7 @@ public class TCP : IComponent { _game.LuaRuntime.QueueEvent("tcp_connect", LK => { - var handle = new FileHandle + /*var handle = new FileHandle { Stream = client.GetStream(), DefaultSize = client.ReceiveBufferSize, @@ -79,7 +79,7 @@ public class TCP : IComponent LK.PushInteger(id); ObjectManager.PushObject(L, handle); - L.SetMetaTable("file"); + L.SetMetaTable("file");*/ return 2; }); }