mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +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--;
|
c--;
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
lua_pop(l, 1);
|
|
||||||
luacon_ci->Log(CommandInterface::LogError, luacon_geterror());
|
luacon_ci->Log(CommandInterface::LogError, luacon_geterror());
|
||||||
|
lua_pop(l, 1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user