parent
edb8132d75
commit
195f630637
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ static int impl_add_animation(lua_State* L)
|
|||
|
||||
int game_lua_kernel::impl_run_animation(lua_State* L)
|
||||
{
|
||||
if(video::headless() || !resources::controller->is_skipping_replay()) {
|
||||
if(video::headless() || resources::controller->is_skipping_replay()) {
|
||||
return 0;
|
||||
}
|
||||
events::command_disabler command_disabler;
|
||||
|
|
Loading…
Add table
Reference in a new issue