





















nice














sv_chat_initial_delay when joining or trying to send a message. Closes #5067
!image



























/pause. Closes #3121
!image




take like that from Option for Vec xd
makes it easy to move Vecs if moving itself is not possible



fn main() {
let mut a = vec![2, 3, 4];
let mut b = vec![];
std::mem::swap(&mut a, &mut b);
}





























SDL_PumpEvents() to ensure that we have the latest keyboard, mouse and joystick state before we use it.
See:








auth_remove, the key indices for the default helper, mod and admin passwords were not properly adjusted, causing the wrong passwords to be used for the username-less logins.
The key indices for connected clients were also not properly adjusted, causing the wrong identity to be shown for currently authenticated clients when using the status command.
Closes #6427.




Client["afk"] as it's currently not used anywhere. You can take a look at https://master1.ddnet.org/ddnet/15/servers.json to see all the available variables. 







AFK in them should be changed to Afk instead. It's like that in other places :)

