mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
mode = new /datum/buildmode_mode/basic(src)
|
||||
holder = c
|
||||
buttons = list()
|
||||
li_cb = CALLBACK(src, .proc/post_login)
|
||||
li_cb = CALLBACK(src,PROC_REF(post_login))
|
||||
holder.player_details.post_login_callbacks += li_cb
|
||||
holder.show_popup_menus = FALSE
|
||||
create_buttons()
|
||||
|
||||
Reference in New Issue
Block a user