Loading

Paste #pckmrij1j

  1. return int(value.value / divisor) * 10 // 16 * unit.ottd_mul >> unit.ottd_shift
  2.  
  3. to
  4.  
  5. return int(value.value / divisor * 10 / 16 * unit.ottd_mul) >> unit.ottd_shift

Comments