Inline setter

This commit is contained in:
2024-04-07 12:53:55 -04:00
parent 31129493e5
commit fc71b8cb61
@@ -504,10 +504,6 @@ public class ItemProductionMsg extends ClientNetMsg {
this.size = size;
}
public final void setActionType(int actionType) {
this.actionType = mbEnums.ProductionActionType.values()[actionType];
}
public int getNpcUUID() {
return npcUUID;
}