mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 10:59:22 +00:00
Override prevention option
This commit is contained in:
parent
cb26ab1e6c
commit
24699622e5
4 changed files with 31 additions and 5 deletions
|
@ -239,12 +239,12 @@ namespace ml_amt
|
|||
|
||||
static bool OnAnimationOverride_Prefix()
|
||||
{
|
||||
return false;
|
||||
return !Settings.OverrideFix;
|
||||
}
|
||||
|
||||
static bool OnAnimationOverrideRestore_Prefix()
|
||||
{
|
||||
return false;
|
||||
return !Settings.OverrideFix;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue