1
This commit is contained in:
parent
26dff62dd1
commit
1e328fb0da
@ -200,10 +200,14 @@ bool BoxDrop::FillAccountIdSessionId(std::string account_id, std::string session
|
||||
|
||||
void BoxDrop::OnAllocOk(int box_num)
|
||||
{
|
||||
|
||||
if (!get_box_num_timer_.expired()) {
|
||||
room_->xtimer.Delete(get_box_num_timer_);
|
||||
}
|
||||
}
|
||||
|
||||
void BoxDrop::OnAllocFail()
|
||||
{
|
||||
|
||||
if (!get_box_num_timer_.expired()) {
|
||||
room_->xtimer.Delete(get_box_num_timer_);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user