From efb59e627d847ad2aa57fac9bf4e9055b2ff053c Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Sat, 19 Dec 2020 14:47:12 +0000 Subject: [PATCH] revert --- QSB/Instruments/InstrumentsManager.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/QSB/Instruments/InstrumentsManager.cs b/QSB/Instruments/InstrumentsManager.cs index 8f6e47cf..ea89be2e 100644 --- a/QSB/Instruments/InstrumentsManager.cs +++ b/QSB/Instruments/InstrumentsManager.cs @@ -56,8 +56,11 @@ namespace QSB.Instruments private void OnGabbroTaunt() => StartInstrument(AnimationType.Gabbro); private void OnRiebeckTaunt() => StartInstrument(AnimationType.Riebeck); - private void SetupInstruments() - => _chertDrum = MakeChertDrum(QSBCore.InstrumentAssetBundle); + private void SetupInstruments() + { + var bundle = QSBCore.InstrumentAssetBundle; + _chertDrum = MakeChertDrum(bundle); + } private GameObject MakeChertDrum(AssetBundle bundle) {