Made type non-static

This commit is contained in:
Chomp
2025-03-19 16:48:56 +00:00
parent 4d40612e16
commit bfd7b5a56b
@@ -1981,7 +1981,7 @@ public class ItemHelper(
// Get a list of slot names that hold removable plates
// Returns Array of slot ids (e.g. front_plate)
public static FrozenSet<string> GetRemovablePlateSlotIds()
public FrozenSet<string> GetRemovablePlateSlotIds()
{
return _removablePlateSlotIds;
}