mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
added block_join_reason (#3215)
This commit is contained in:
parent
0e7b5c1d37
commit
f24c287e70
@ -14,7 +14,7 @@ namespace big
|
||||
bool m_blockable;
|
||||
bool m_karmaable;
|
||||
|
||||
NLOHMANN_DEFINE_TYPE_INTRUSIVE(interloper_reaction, announce_in_chat, is_team_only, notify, log, add_to_player_db, block_joins, kick, block, karma, timeout) // json doesn't serialize parent fields automatically
|
||||
NLOHMANN_DEFINE_TYPE_INTRUSIVE(interloper_reaction, announce_in_chat, is_team_only, notify, log, add_to_player_db, block_joins, block_join_reason, kick, block, karma, timeout) // json doesn't serialize parent fields automatically
|
||||
|
||||
virtual void process(player_ptr attacker, player_ptr victim);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user