mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
fix undesirable spacedrift behavior (#29521)
* fix undesirable spacedrift behavior * may not need this
This commit is contained in:
@@ -104,7 +104,7 @@ SUBSYSTEM_DEF(movement)
|
||||
var/list/compare_item = list(loop.queued_time)
|
||||
BINARY_INSERT_DEFINE(new_bucket, sorted_buckets, SORT_VAR_NO_TYPE, compare_item, SORT_FIRST_INDEX, COMPARE_KEY)
|
||||
|
||||
our_bucket += loop
|
||||
our_bucket |= loop
|
||||
|
||||
/datum/controller/subsystem/movement/proc/dequeue_loop(datum/move_loop/loop)
|
||||
// Go home, you're not here anyway
|
||||
|
||||
Reference in New Issue
Block a user