Revert "fix: fix crash"

This commit is contained in:
Tsubasa6848
2024-02-15 17:00:01 +08:00
Unverified
parent 928c470150
commit 543c042789
6 changed files with 32 additions and 106 deletions
-2
View File
@@ -2,7 +2,6 @@
#include "Global.h"
ll::Logger logger(PLUGIN_NAME);
bool isServerStarted = false;
namespace plugin {
@@ -17,7 +16,6 @@ Plugin::Plugin(ll::plugin::NativePlugin& self) : mSelf(self) {
}
bool Plugin::enable() {
isServerStarted = true;
// Code for enabling the plugin goes here.
return true;
}