Fix compilation errors from last PR
This commit is contained in:
parent
6680e8be49
commit
36c8932cb2
|
@ -48,7 +48,7 @@ public class SigilHoldingPacketProcessor implements IMessage, IMessageHandler<Si
|
|||
|
||||
if (itemStack != null)
|
||||
{
|
||||
ItemSigilHolding.cycleSigil(itemStack, message.mode);
|
||||
ItemSigilHolding.cycleToNextSigil(itemStack, message.mode);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue