General improvements (#1693)

* remove(replay): remove replay interface
* fix(context_menu): better console controls
* feat(protections): improve protections
* feat(protections): actually fix parachute crash
* feat(protections): kick rejoin
* feat(context_menu): more context menu stuff
This commit is contained in:
maybegreat48
2023-07-12 17:03:29 +00:00
committed by GitHub
parent c570df8e48
commit f09b1cbda3
36 changed files with 458 additions and 297 deletions

View File

@ -85,6 +85,8 @@ namespace big
bool block_explosions = false;
int spectating_player = -1;
protected:
bool equals(const CNetGamePlayer* net_game_player) const;