[server] Add signal handling

* Add CNetGame::LoadBanList() stub
This commit is contained in:
RD42
2023-12-02 22:26:47 +08:00
parent 2cd4e7f3af
commit 37c7a4499e
3 changed files with 46 additions and 1 deletions

View File

@ -484,4 +484,10 @@ void CNetGame::Process()
this->field_82 = this->field_82 + v4;
}
*/
}
void CNetGame::LoadBanList()
{
// TODO: CNetGame::LoadBanList W: 48EAE0 L: 80AF1A0
}