Skip to content

Commit

Permalink
合并
Browse files Browse the repository at this point in the history
  • Loading branch information
XLittleLeft committed Dec 13, 2024
1 parent d839873 commit 0af77bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions HelpSense/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ private void LoadPlugin()
{
Instance = this;

if (Config.SavePlayersInfo)
{
Database = new LiteDatabase(Config.SavePath);
}

if (Database == null) Log.Error("LiteDB NULL");

EventManager.RegisterEvents(this);

_harmony.PatchAll();
Expand Down

0 comments on commit 0af77bd

Please sign in to comment.