-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
bugjava-apiThis issue relates to the Java API implementationThis issue relates to the Java API implementationskyblock
Description
| private int sellMovingWeek; |
The field sellMovingWeek should be from type long instead of int since the quantity of stuff sold is bigger than the biggest possible int value (2147483647). Currently this just happen with enderpears sold.
The same problem can occur with the field buyMovingWeek.
Metadata
Metadata
Assignees
Labels
bugjava-apiThis issue relates to the Java API implementationThis issue relates to the Java API implementationskyblock