dounai2333

Results 5 issues of dounai2333

that will cause two people, or even one logging into the same account multiple times even the account is online now. may just use ExtendedSocket.end() or ExtendedSocket.destroy() to kill the...

enhancement

if client unilaterally disconnect from the server (cut off the network, forced system shutdown, etc.), the server will not check timeout of this player, so if it stay in a...

After a player finished the map, if other players didn't reach the end before the timeout (lambda_map_change_timeout), he will spawn in the last map's position which is wrong. I'm using...

示例: ```lua local function Foo(num) if num > 1 then goto bar else print("Hi") end ::bar:: print("bar") end Foo(2) ``` 示例中,行数3、8将引发"Syntax error"错误,而此代码实际执行没有任何问题: ![1](https://github.com/sonyps5201314/BabeLua_mod/assets/45044404/26b20d46-379f-4623-8ccb-e1220de80961)

When the map contain any of non-ASCII character texts in the keyvalue, the postcompiler will throw a exception with following: ``` [I] postcompiler.main(): Mounting BSP packfile... [E] logger.except_handler(): Uncaught Exception:...