parent
e5b795fddc
commit
3328c4db74
6 changed files with 11 additions and 8 deletions
|
@ -301,7 +301,7 @@ public class SigilOfHolding extends EnergyItems
|
|||
return;
|
||||
}
|
||||
|
||||
for (int i = 0; i < invSize; i++)
|
||||
for (int i = 0; i <= invSize; i++)
|
||||
{
|
||||
if (inv[i] == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue