mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-05 21:43:59 +01:00
db8d5ce158
The problem was that in the old code, data["pressure"] was stored as a String to round it. While NanoUI was programmed to use helper.smoothRound() on that again which didn't like the String Object pressure became. As all data is integers and rouned in the UI, the fix chosen is to make data["pressure"] a number again.