mtasa-blue
mtasa-blue copied to clipboard
Fix small overhead in argument parser for strings
lua_strlen looks unnecessary.
lua_tolstring returns string length in third argument.
lua_tostring is macro lua_tolstring(L, (i), NULL)
fixed
Reviewed by 3 people, and all code reviews were addressed; ready to merge