00:38 <+bridge> [ddnet] One very hacky way to fix https://github.com/ddnet/ddnet7/issues/46 would be to send the client its Authed when the player goes in /pause. But not really needed I guess... 11:25 <+bridge> [ddnet] Could someone please give me top10 of "Highest sum of length of all ranks on a map"? 11:25 <+bridge> [ddnet] Like in this topic from 2017: https://forum.ddnet.tw/viewtopic.php?f=3&t=5167 11:25 <+bridge> [ddnet] But I'd like more recent info ^^ 11:25 <+bridge> [ddnet] 11:25 <+bridge> [ddnet] ```MariaDB [teeworlds]> select Map, sum(Time)/3600 as Hours from record_race group by Map order by sum(Time) desc limit 10;``` 11:25 <+bridge> [ddnet] I need just the map names 11:55 <+bridge> [ddnet] ``` 11:55 <+bridge> [ddnet] MariaDB [teeworlds]> select Map, sum(Time)/3600 as Hours from recor 11:55 <+bridge> [ddnet] d_race group by Map order by sum(Time) desc limit 10; 11:55 <+bridge> [ddnet] +--------------+--------------------+ 11:55 <+bridge> [ddnet] | Map | Hours | 11:55 <+bridge> [ddnet] +--------------+--------------------+ 11:55 <+bridge> [ddnet] | Flappy Bird | 68531.19283216688 | 11:55 <+bridge> [ddnet] | Kobra | 41518.570282745364 | 11:55 <+bridge> [ddnet] | Kobra 2 | 30032.750011138916 | 11:55 <+bridge> [ddnet] | Multimap | 26237.786895158555 | 11:55 <+bridge> [ddnet] | Kobra 4 | 26215.628350897896 | 11:55 <+bridge> [ddnet] | Epix | 17687.81219687568 | 11:55 <+bridge> [ddnet] | Just2Easy | 12896.82163423962 | 11:55 <+bridge> [ddnet] | Absurd 4 | 12559.060336973402 | 11:55 <+bridge> [ddnet] | Kobra 3 | 12235.653574388292 | 11:55 <+bridge> [ddnet] | Purple Panic | 11354.434133105808 | 11:55 <+bridge> [ddnet] +--------------+--------------------+ 11:55 <+bridge> [ddnet] 10 rows in set (6.165 sec) 11:55 <+bridge> [ddnet] ``` 11:56 <+bridge> [ddnet] Have to admit that Flappy Bird surprised me 11:57 <+bridge> [ddnet] and thanks 12:25 <+bridge> [ddnet] doesnt flappy bird have the penalty mechanic ? 12:25 <+bridge> [ddnet] so if you fail on the first you have a long time 12:27 <+bridge> [ddnet] its 2 hours time if you make it to the first one 12:29 <+bridge> [ddnet] @Ama yup 13:04 <+bridge> [ddnet] I want to use "TextRender()->TextColor(1.0f, 0.0f, 0.0f, 1.0f);" in text.cpp but it says undefined, what should I do? 13:32 <+bridge> [ddnet] What is undefined 13:32 <+bridge> [ddnet] Include Textrender.h maybe 13:57 <+bridge> [ddnet] @ChillerDragon still not working 14:01 <+bridge> [ddnet] Idk maybe render.h look at other files where it is used and how to setup is there