mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-21 18:04:16 -05:00
fix: don't pull devoptab and sockets
requires new-ish aroma for LoggingModule i guess
This commit is contained in:
@@ -37,11 +37,8 @@ WUPS_PLUGIN_LICENSE("GPLv3");
|
||||
|
||||
WUPS_USE_STORAGE("inkay");
|
||||
|
||||
WUPS_USE_WUT_DEVOPTAB();
|
||||
|
||||
INITIALIZE_PLUGIN() {
|
||||
WHBLogCafeInit();
|
||||
WHBLogUdpInit();
|
||||
WHBLogModuleInit();
|
||||
|
||||
Config::Init();
|
||||
|
||||
@@ -57,8 +54,7 @@ DEINITIALIZE_PLUGIN() {
|
||||
Inkay_Finalize();
|
||||
NotificationModule_DeInitLibrary();
|
||||
|
||||
WHBLogCafeDeinit();
|
||||
WHBLogUdpDeinit();
|
||||
WHBLogModuleDeinit();
|
||||
}
|
||||
|
||||
ON_APPLICATION_START() {
|
||||
|
||||
Reference in New Issue
Block a user