mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Merge pull request #27607 from Cruix/box_fix
Fixed some jobs not spawning with their box
This commit is contained in:
@@ -156,7 +156,9 @@
|
||||
else
|
||||
back = backpack //Department backpack
|
||||
|
||||
if(backpack_contents && box)
|
||||
if(box)
|
||||
if(!backpack_contents)
|
||||
backpack_contents = list()
|
||||
backpack_contents.Insert(1, box) // Box always takes a first slot in backpack
|
||||
backpack_contents[box] = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user