finally this bitch is working with the php auth system

This commit is contained in:
DarthArgus
2016-04-17 22:21:56 +00:00
parent a10e8c28cd
commit 1405ff948d
2 changed files with 27 additions and 19 deletions
@@ -42,7 +42,8 @@ int main(int argc, char ** argv)
ConfigLoginServer::install();
//-- run game
SetupSharedFoundation::callbackWithExceptionHandling(LoginServer::run);
LoginServer::run();
//SetupSharedFoundation::callbackWithExceptionHandling(LoginServer::run);
SetupSharedFoundation::remove();
return 0;