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.
This commit is contained in:
yuriy0
2021-06-15 11:37:53 -04:00
committed by GitHub
parent ce842eafc9
commit 36deca64d8

Diff Content Not Available