We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f96d7 commit 9931c40Copy full SHA for 9931c40
src/Dto/MatchV5/MatchDetailDto.php
@@ -75,7 +75,7 @@ public function getGameDurationSecond() {
75
* @return bool
76
*/
77
public function isRemake() {
78
- return $this->getQueueType()->isTutorial() && $this->getGameDurationSecond() < 300;
+ return !$this->getQueueType()->isTutorial() && $this->getGameDurationSecond() < 300;
79
}
80
81
/**
0 commit comments