mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
515 Compliance part 2 (#20809)
* more illegal procpaths * Update code/modules/ruins/lavalandruin_code/puzzle.dm * REGEX_REPLACE_HANDLER * shuttle fix
This commit is contained in:
@@ -55,7 +55,7 @@ if(!result || result.ckey != __ckey){\
|
||||
for(var/i in invalid_mobs)
|
||||
selected_mobs -= i // Cleanup
|
||||
|
||||
log_records = sortTim(log_records, /proc/compare_log_record)
|
||||
log_records = sortTim(log_records, GLOBAL_PROC_REF(compare_log_record))
|
||||
|
||||
/** Binary search like implementation to find the earliest log
|
||||
* Returns the index of the earliest log using the time_from value for the given list of logs.
|
||||
|
||||
Reference in New Issue
Block a user