forked from metin-server/m2dev-client-src
Add pack runtime profiling hooks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "M2PackRuntimeKeyProvider.h"
|
||||
#include "PackProfile.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
@@ -238,6 +239,8 @@ void ApplyCommandLineOption(const std::string& key, const std::string& value)
|
||||
|
||||
bool InitializeM2PackRuntimeKeyProvider(const char* commandLine)
|
||||
{
|
||||
InitializePackProfile(commandLine);
|
||||
|
||||
if (g_state.initialized)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user