Commit a7f27bdf authored by nanahira's avatar nanahira

no punish after one disconnect

parent 2e5e115b
Pipeline #43389 passed with stages
in 52 seconds
......@@ -473,7 +473,7 @@ export class RandomDuelProvider {
event.bySystem ||
event.oldPos >= NetPlayerType.OBSERVER ||
room.duelStage === DuelStage.Begin ||
client.fleeFree
client.fleeFree || this.getDisconnectedCount(room) >= 1
) {
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment