mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 01:22:23 +08:00
Fix crash reaction and add more translation key (#1850)
This commit is contained in:
@ -7,9 +7,6 @@ namespace big
|
||||
|
||||
class reaction
|
||||
{
|
||||
protected:
|
||||
void process_common(player_ptr player);
|
||||
|
||||
public:
|
||||
bool announce_in_chat = false;
|
||||
bool notify = true;
|
||||
@ -27,5 +24,6 @@ namespace big
|
||||
|
||||
reaction(const char* event_name, const char* notify_message, const char* announce_message);
|
||||
virtual void process(player_ptr player);
|
||||
virtual void process_common(player_ptr player);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user