mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
fix error logging in lua key events
This commit is contained in:
@@ -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