00:36 < bridge> [teeworlds] Where can I see the maplist containing the maps that get sent by the server via rcon? 00:53 < bridge> [teeworlds] wat 01:03 < Dune_> src/engine/shared/protocol.h:74: NETMSG_MAPLIST_ENTRY_ADD, 01:03 < Dune_> follow those messages 01:19 < bridge> [teeworlds] i know 01:19 < bridge> [teeworlds] but didnt look in the client 01:19 < bridge> [teeworlds] how it displays them 01:22 < bridge> [teeworlds] must be in server rcon 01:22 < bridge> [teeworlds] either a list command or autocompletion 01:22 < bridge> [teeworlds] I dont remember though 01:23 < bridge> [teeworlds] Follow the message and you will find which struct it is stored in. Prob in console.h