Bug fix: pop correct number of upvalues for lua_pushcclosure

This closure used to take one upvalue - the network script binding table - which is now removed. When the network script binding table was removed, the code which pushes the upvalue for lua_pushcclosure was also removed, however, the number of upvalues was not changed.
main
yuriy0 5 years ago committed by GitHub
parent ce842eafc9
commit 36deca64d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Diff Content Not Available