mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -1073,7 +1073,7 @@
|
||||
|
||||
if("edit_2fa")
|
||||
// Do this async so we arent holding up a topic() call
|
||||
INVOKE_ASYNC(user.client, /client.proc/edit_2fa)
|
||||
INVOKE_ASYNC(user.client, TYPE_PROC_REF(/client, edit_2fa))
|
||||
return // We return here to avoid focus being lost
|
||||
|
||||
if("keybindings")
|
||||
|
||||
Reference in New Issue
Block a user