We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no
1.7 (Master)
Windows
No response
lua_pushnumber for lua 5.4 is pushing double when luajit is using int
Setup project using manifest file on windows try buy items from npc
try print values registred by registerEnum (ex: print(WEAPON_CLUB))
ints are treated as float/double
print(WEAPON_CLUB) = 2.0
ints should be treated as ints
print(WEAPON_CLUB) = 2
The text was updated successfully, but these errors were encountered:
Duplicated issue The first one here: #4522
Sorry, something went wrong.
No branches or pull requests
By submitting this bug issue, you agree to the following.
Does this bug crash tfs?
no
Server Version
1.7 (Master)
Operation System
Windows
OS Description
No response
Bug description
lua_pushnumber for lua 5.4 is pushing double when luajit is using int
Possible Pull Requests which are to blame
No response
Steps to reproduce
Setup project using manifest file on windows
try buy items from npc
try print values registred by registerEnum (ex: print(WEAPON_CLUB))
Actual Behavior
ints are treated as float/double
print(WEAPON_CLUB) = 2.0
Expected Behavior
ints should be treated as ints
print(WEAPON_CLUB) = 2
Backtrace
No response
The text was updated successfully, but these errors were encountered: