mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-07 07:52:29 +00: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