deStrO / eBot-CSGO-Web

The eBot CS:GO panel
http://www.esport-tools.net/ebot
95 stars 71 forks source link

Missing force end warmup in OT #114

Closed Iwhite67 closed 1 year ago

Iwhite67 commented 1 year ago

https://github.com/deStrO/eBot-CSGO-Web/blob/60d79fd1081b72bd49b922c1a3484ac77b25f3fd/apps/backend/modules/matchs/actions/actions.class.php#L789C125-L789C125

Missing STATUS_WU_OT_1_SIDE STATUS_WU_OT_2_SIDE

new line : } else if ($match->getStatus() == Matchs::STATUS_WU_1_SIDE || $match->getStatus() == Matchs::STATUS_WU_2_SIDE || $match->getStatus() == Matchs::STATUS_WU_OT_1_SIDE || $match->getStatus() == Matchs::STATUS_WU_OT_2_SIDE ) {

deStrO commented 1 year ago

Fixed, thanks @Iwhite67 !