In my OtclientV8 (OTCAcademy) there is a bug where the capacity is displayed as a number after the decimal point - how can I fix this? In the attached image you can see that with a capacity of "3" it shows that it is "0.03"
EDIT: problem solved , in source c++
en
EDIT: problem solved , in source c++
LUA:
freeCapacity = msg->getU32() / 100.0;
else
freeCapacity = msg->getU16() / 100.0;
en
Last edited: