mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Attempted to fix a runtime error.
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
if(!istype(queue))
|
||||
queue = list()
|
||||
if(part)
|
||||
queue[++queue.len] = part
|
||||
queue.Add(part)
|
||||
return queue.len
|
||||
|
||||
proc/remove_from_queue(index)
|
||||
|
||||
Reference in New Issue
Block a user