1
This commit is contained in:
parent
c28a81e2fc
commit
250ab2ee00
@ -531,13 +531,17 @@ void FrameEvent::AddPropChgEx(CreatureWeakPtr& sender, int type, int subtype,
|
||||
|
||||
void FrameEvent::AddEnterGame(CreatureWeakPtr& sender)
|
||||
{
|
||||
if (!sender.Get()->IsOb()) {
|
||||
room->frame_event_data->enter_game_players_.push_back(sender);
|
||||
}
|
||||
}
|
||||
|
||||
void FrameEvent::AddExitGame(CreatureWeakPtr& sender)
|
||||
{
|
||||
if (!sender.Get()->IsOb()) {
|
||||
room->frame_event_data->exit_game_players_.push_back(sender.Get()->GetUniId());
|
||||
}
|
||||
}
|
||||
|
||||
void FrameEvent::Clear()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user