fix: fix event api

This commit is contained in:
zimuya4153
2025-03-29 18:23:01 +08:00
Unverified
parent 32487d402d
commit 477be1d2eb
4 changed files with 139 additions and 156 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ bool LegacyRemoteCallApi::load() {
Export_Legacy_GMLib_ServerAPI();
Export_Compatibility_API();
ExportPAPI();
// Export_Event_API();
Export_Event_API();
Export_BinaryStream_API();
// Export_Form_API();
auto logger = ll::io::LoggerRegistry::getInstance().getOrCreate(PLUGIN_NAME);