Posted 08 August 2012 - 03:23 AM
ComputerCraft Version Information: 1.33 Client / 1.33 Bukkit Server
Description of Bug: The term and monitor apis, differ in output on term.write(0) and monitor.write(0). Term will output just 0 whereas monitor will output 0.0
A workaround is to call tostring(0) prior to calling the api calls.
Description of Bug: The term and monitor apis, differ in output on term.write(0) and monitor.write(0). Term will output just 0 whereas monitor will output 0.0
A workaround is to call tostring(0) prior to calling the api calls.