w h y did that fix it

????????
This commit is contained in:
Pinta
2024-03-25 23:44:30 -04:00
parent 55f5578d5b
commit e785c2787a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -143,8 +143,6 @@ GLOBAL_DATUM_INIT(sortInstance, /datum/sortInstance, new())
var/list/L = src.L
var/last = fetchElement(L,lo)
var/current = fetchElement(L,runHi++)
SEND_TEXT(world.log, "current = [current]")
SEND_TEXT(world.log, "last = [last]")
if(call(cmp)(current, last) < 0)
while(runHi < hi)