Skip to content

Commit

Permalink
Millions must runtime (ParadiseSS13#24955)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored and AyIong committed Apr 1, 2024
1 parent 0cd8168 commit b07ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/hud/fullscreen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

/atom/movable/screen/fullscreen/robusted/Initialize(mapload)
. = ..()
timer = addtimer(CALLBACK(src, PROC_REF(qdel), src), 20 SECONDS)
timer = addtimer(CALLBACK(src, GLOBAL_PROC_REF(qdel), src), 20 SECONDS)

/atom/movable/screen/fullscreen/robusted/Click(location, control, params)
. = ..()
Expand Down

0 comments on commit b07ac84

Please sign in to comment.