Lost focus

This commit is contained in:
Kayne Ruse
2015-02-13 02:57:36 +11:00
parent ca2d4c9217
commit 9710acad6f
2 changed files with 11 additions and 11 deletions
+4
View File
@@ -29,6 +29,10 @@
//server commands
//-------------------------
void ServerApplication::hAdminDisconnectForced(ClientPacket* const argPacket) {
//TODO: (9) boot players
}
void ServerApplication::HandleShutdownRequest(ClientPacket* const argPacket) {
//get the account and client data
AccountData* accountData = accountMgr.Get(argPacket->accountIndex);