[NOTHING CHANGED] Assorted fixes #48

Closed
asiekierka wants to merge 61 commits from asiekierka/master into master
Showing only changes of commit 43f937470f - Show all commits

View File

@@ -196,7 +196,7 @@ abstract public class LibFunction extends LuaFunction {
}
public LuaValue call() {
return argerror(1,"value");
return argerror(1,"value expected");
}
public LuaValue call(LuaValue a) {
return call();