mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
Manual merge of possible fix for #2 part 2.
This commit is contained in:
parent
4e9772fdca
commit
ec81239d22
1 changed files with 2 additions and 0 deletions
|
@ -581,6 +581,8 @@ struct gclient_s {
|
||||||
// for selfdestruct and shiphealth
|
// for selfdestruct and shiphealth
|
||||||
int nokilli; //!< if 1 this player won't be killed if the ship is killed
|
int nokilli; //!< if 1 this player won't be killed if the ship is killed
|
||||||
int myship; //!< entnum of the shiphealth entity this client currently holds info from
|
int myship; //!< entnum of the shiphealth entity this client currently holds info from
|
||||||
|
|
||||||
|
int respawnDisabledTime;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue