TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ FixLoadedData_Items()

void Terraria.Player.FixLoadedData_Items ( Item[] items)
inlineprivate

Definition at line 56458 of file Player.cs.

56459 {
56460 for (int i = 0; i < items.Length; i++)
56461 {
56462 if (items[i] != null)
56463 {
56464 items[i].FixAgainstExploit();
56465 }
56466 }
56467 }

References Terraria.Item.FixAgainstExploit().

Referenced by Terraria.Player.FixLoadedData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: