mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Comment error
This commit is contained in:
parent
311b705fa9
commit
085e2c2947
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ public class TCP : IComponent
|
||||||
{
|
{
|
||||||
_game.LuaRuntime.QueueEvent("tcp_connect", LK =>
|
_game.LuaRuntime.QueueEvent("tcp_connect", LK =>
|
||||||
{
|
{
|
||||||
var handle = new FileHandle
|
/*var handle = new FileHandle
|
||||||
{
|
{
|
||||||
Stream = client.GetStream(),
|
Stream = client.GetStream(),
|
||||||
DefaultSize = client.ReceiveBufferSize,
|
DefaultSize = client.ReceiveBufferSize,
|
||||||
|
@ -79,7 +79,7 @@ public class TCP : IComponent
|
||||||
|
|
||||||
LK.PushInteger(id);
|
LK.PushInteger(id);
|
||||||
ObjectManager.PushObject(L, handle);
|
ObjectManager.PushObject(L, handle);
|
||||||
L.SetMetaTable("file");
|
L.SetMetaTable("file");*/
|
||||||
return 2;
|
return 2;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue