40k DLC Backpack Lost on Death

As stated in the title, only this backpack drops upon death, and it does not return to the player afterward.

The new backpack with DLC has a different itemid and a different shortname, which needs to be added. There are only 3 lines.

line 19 private const int KriegBackpackItemId = -874650016;
line 42 EnableBackpackDropOnDeath(KriegBackpackItemId, Configuration.DropBackpack);
line 49 EnableBackpackDropOnDeath(KriegBackpackItemId, false);

I made a version that fixes this and implements respawning people at their previous position via config. Feel free to DM @Balabama