mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -133,7 +133,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
Master.SetRunLevel(RUNLEVEL_POSTGAME) // This shouldnt process more than once, but you never know
|
||||
auto_toggle_ooc(TRUE) // Turn it on
|
||||
declare_completion()
|
||||
addtimer(CALLBACK(src, .proc/call_reboot), 5 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(call_reboot)), 5 SECONDS)
|
||||
// Start a map vote IF
|
||||
// - Map rotate doesnt have a mode for today and map voting is enabled
|
||||
// - Map rotate has a mode for the day and it ISNT full random
|
||||
|
||||
Reference in New Issue
Block a user