Various changes and fixes for things that have been bugging me
Removed/flagged unused props Typo fixes Use `FirstOrDefault` over direct index access Log stacktrace on exception inside `CreateWeaponItems`
This commit is contained in:
@@ -847,9 +847,6 @@ public class InventoryHelper(
|
||||
var fH = IsVertical(itemLocation) ? iW : iH;
|
||||
var fW = IsVertical(itemLocation) ? iH : iW;
|
||||
|
||||
// Find the ending x coord of container
|
||||
var fillTo = itemLocation.X + fW;
|
||||
|
||||
for (var y = 0; y < fH; y++)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user