Decimal points being visible when undesired
Silba93 opened this issue · 2 comments
Silba93 commented
After switching to blacktek many of my scripts produce number values that end with a decimal point visible and it's very ugly. I'm unsure yet if it has any other effects than just being ugly. It's been discussed and apparently is due to the change from LuaJIT to Lua 5.4
It's also present in default scripts such as /clean.
Codinablack commented
There is a known fix for this, the problem occurred from dropping luajit in favor of lua.
The fix for this is to swap usage of the luapushnumber and luapushinteger methods, this fix will be implemented for Black Tek eventually.