We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e03b6e commit c9d8906Copy full SHA for c9d8906
Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine/KBEMain.cpp
@@ -66,7 +66,7 @@ void UKBEMain::BeginPlay()
66
pArgs->UDP_SEND_BUFFER_MAX = UDP_SEND_BUFFER_MAX;
67
pArgs->UDP_RECV_BUFFER_MAX = UDP_RECV_BUFFER_MAX;
68
69
- if(KBEngine::KBEngineApp::getSingleton().initialize(pArgs))
+ if(!KBEngine::KBEngineApp::getSingleton().initialize(pArgs))
70
delete pArgs;
71
72
installEvents();
0 commit comments