fix(Misc): correct Eluna::Uninitialize (#84)
This commit is contained in:
@@ -904,6 +904,10 @@ public:
|
||||
void OnShutdown() override
|
||||
{
|
||||
sEluna->OnShutdown();
|
||||
}
|
||||
|
||||
void OnAfterUnloadAllMaps() override
|
||||
{
|
||||
Eluna::Uninitialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user