Compare commits

...

3 Commits

Author SHA1 Message Date
Pascal Abresch 3447cbeba9 undo ipv4 force 2022-06-25 11:25:33 +02:00
Pascal Abresch 133616bd40 Bigger world for now 2022-06-25 11:25:20 +02:00
Pascal Abresch 4357d68a85 force ipv4 for now 2022-06-24 15:09:43 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ clients = {}
server:settimeout(0)
assert(server:setsockname("*", 11150))
print(server:getsockname())
if not server or not socket then error("failed to listen on socket") end

View File

@ -5,8 +5,8 @@ local rpc = require("rpc")
local clientCount = 0
local world = {
x = 666,
y = 666,
x = 1200,
y = 1200,
id = "NYAAA"
}