Skip to content

Commit

Permalink
Fix timers not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveldee committed Aug 24, 2023
1 parent 784f1fa commit b058bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Randomizer/RandomizedWitchNobeta/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public override void Load()

// Add required Components
AddComponent<UnityMainThreadDispatcher>();
Singletons.Timers = AddComponent<Timers>();

Log.LogMessage($"Plugin {MyPluginInfo.PLUGIN_GUID} successfully loaded!");
}
Expand Down

0 comments on commit b058bff

Please sign in to comment.