fixes new players not always being able to use their keybinds (#22621)

This commit is contained in:
GDN
2023-10-03 11:18:17 -05:00
committed by GitHub
parent aae6b003d9
commit fe809bf8e1
2 changed files with 2 additions and 0 deletions
@@ -15,6 +15,7 @@
if(initialized)
stack_trace("Warning: [src]([type]) initialized multiple times!")
initialized = TRUE
input_focus = src
GLOB.mob_list += src
return INITIALIZE_HINT_NORMAL
@@ -30,6 +30,7 @@
client.verbs += /client/proc/readmin
client?.playtitlemusic()
client?.update_active_keybindings()
//Overflow rerouting, if set, forces players to be moved to a different server once a player cap is reached. Less rough than a pure kick.
if(GLOB.configuration.overflow.reroute_cap && GLOB.configuration.overflow.overflow_server_location)