EU calculation is converted to long after breaking int barrier
Linguardium opened this issue ยท 0 comments
the multiplication of 2 int will be an int, it is then casted to long. ideally if you want to ensure it doesn't break the int barrier you would need to change EU_PER_BURN_TICK to long type instead of int type