삭턴 버그 수정

This commit is contained in:
2019-09-21 02:38:06 +09:00
parent 033a2d8674
commit af6c3f466d
+1 -1
View File
@@ -561,7 +561,7 @@ function processCommand($no, $reduceTurn) {
$newKillturn = $general['killturn'] - 1;
} elseif($command[0] == 0) {
$newKillturn = $general['killturn'] - 1;
} elseif($reduceTurn = true){
} elseif($reduceTurn == true){
$newKillturn = $general['killturn'] - 1;
} else {
$newKillturn = $killturn;