Skip to content

Commit

Permalink
Undo changed default plot type price
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed May 5, 2024
1 parent d05ab1c commit 6f86308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ public double getPlotTypePrice(TownBlockType type) {
default -> getPlotPrice();
};

return Math.max(plotPrice, -1);
return Math.max(plotPrice, 0);
}

public void setCommercialPlotPrice(double commercialPlotPrice) {
Expand Down

0 comments on commit 6f86308

Please sign in to comment.