mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #507 from ZomgPonies/master
Player panel runtime fix
This commit is contained in:
@@ -214,6 +214,8 @@ proc/listclearnulls(list/list)
|
||||
while(Li <= L.len && Ri <= R.len)
|
||||
var/atom/rL = L[Li]
|
||||
var/atom/rR = R[Ri]
|
||||
if(!rL.name || !rR.name)
|
||||
continue
|
||||
if(sorttext(rL.name, rR.name) == order)
|
||||
result += L[Li++]
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user