Value is not unknown from handler context.

This commit is contained in:
2023-04-23 07:48:10 -04:00
parent 3e005c3a51
commit 235ea84dcd
3 changed files with 7 additions and 9 deletions
@@ -81,7 +81,7 @@ public class ActivateNPCMsgHandler extends AbstractClientMsgHandler {
Vector3fImmutable NpcLoc = new Vector3fImmutable(building.getLoc());
Item contractItem = Item.getFromCache(msg.getUnknown04());
Item contractItem = Item.getFromCache(msg.getContractItem());
if (contractItem == null)
return false;