ActionType Take

This commit is contained in:
2024-04-07 12:51:58 -04:00
parent 8b4eafebf3
commit 31129493e5
2 changed files with 2 additions and 6 deletions
@@ -504,10 +504,6 @@ public class ItemProductionMsg extends ClientNetMsg {
this.size = size;
}
public int getActionType() {
return actionType.ordinal();
}
public final void setActionType(int actionType) {
this.actionType = mbEnums.ProductionActionType.values()[actionType];
}