fix error logging in lua key events
This commit is contained in:
parent
43bff37279
commit
4158581b21
@ -523,8 +523,8 @@ int luacon_keyevent(int key, int modifier, int event)
|
||||
c--;
|
||||
i--;
|
||||
}
|
||||
lua_pop(l, 1);
|
||||
luacon_ci->Log(CommandInterface::LogError, luacon_geterror());
|
||||
lua_pop(l, 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user