mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
init menu
This commit is contained in:
@@ -445,7 +445,7 @@ int LuaInterface::protectedCall(int numArgs, int requestedResults)
|
||||
}
|
||||
pop(numArgs + 1); // pops the table of function and arguments
|
||||
|
||||
if(requestedResults == -1 || requestedResults == 1) {
|
||||
if(requestedResults == 1) {
|
||||
numRets = 1;
|
||||
pushBoolean(done);
|
||||
}
|
||||
|
Reference in New Issue
Block a user