mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 20:24:26 -07:00
change initialization approach, refactoring
should resolve errors occurring on both Atlas and WurstMod maps
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using FistVR;
|
||||
|
||||
namespace TNHQoLImprovements
|
||||
@@ -32,7 +30,6 @@ namespace TNHQoLImprovements
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
// Destroy statics
|
||||
tnhManager = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user