mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
[MIRROR] Hud screens now set hud owner in Initialize. [MDB IGNORE] (#22501)
* Hud screens now set hud owner in Initialize. * Merge conflicts * modular adjustments * Missed one * Make this easier to spot --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
PROTECTED_PROC(TRUE)
|
||||
|
||||
if (isnull(instruction_screen))
|
||||
instruction_screen = new(null, message, user.client)
|
||||
instruction_screen = new(null, null, message, user.client)
|
||||
user.client?.screen += instruction_screen
|
||||
else
|
||||
instruction_screen.change_message(message)
|
||||
|
||||
Reference in New Issue
Block a user