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:
@ -85,6 +85,8 @@ namespace big
|
||||
|
||||
bool block_explosions = false;
|
||||
|
||||
int spectating_player = -1;
|
||||
|
||||
protected:
|
||||
bool equals(const CNetGamePlayer* net_game_player) const;
|
||||
|
||||
|
Reference in New Issue
Block a user