mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
funny refactor
provides nothing over the previous version
This commit is contained in:
parent
b5fb7bdac6
commit
fea8d3e3c1
3 changed files with 132 additions and 92 deletions
|
@ -40,7 +40,7 @@ internal class HarmonyPatches
|
|||
AASBufferFix externalBuffer = __instance.GetComponent<AASBufferFix>();
|
||||
if (externalBuffer != null && !externalBuffer.isAcceptingAAS)
|
||||
{
|
||||
externalBuffer.StoreExternalAASBuffer(settingsFloat, settingsInt, settingsByte);
|
||||
externalBuffer.OnApplyAAS(settingsFloat, settingsInt, settingsByte);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue