Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-10-13 00:00:00Z and 2019-10-14 00:00:00Z
Avatar
some small python Econ api for python(>= 3.6): ```python import telnetlib def execute(conn: telnetlib.Telnet, line: str) -> None: """ executes an econ command. """ cmd = f"{line}\n".encode('utf-8') conn.write(cmd) def read_line(conn: telnetlib.Telnet, timeout=None) -> str: """ wait until a line can be read or if the timeout is reached the timeout can be used to poll different Econ connections without blocking the thread of execution ...
Avatar
When you remove the value of the number field "Maximum ping" in the server browser, it resets to 0, which results in no server being shown, and that's a bit hard to troubleshoot. Make it so it resets to 999
Exported 2 message(s)