]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/sortlist.qc
Potentially fix an issue with buff times and vehicle entering/exiting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / sortlist.qc
index dfb3d7f07e5decf87af3369b49cac4fe0ccde633..fecc79bdff0900068d804b8f36273662bd890106 100644 (file)
@@ -2,8 +2,8 @@
 
 entity Sort_Spawn()
 {
-       entity sort;
-       sort = spawn();
+       entity sort = new(sortlist);
+       make_pure(sort);
        sort.sort_next = NULL;
        sort.chain = sort;
        return sort;