버그 체크

This commit is contained in:
2018-07-18 03:41:45 +09:00
parent 457f605898
commit fe55df8b2f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ function processAI($no) {
$general = MYDB_fetch_array($result);
// 입력된 턴이 있으면 그것 실행
if($general['turn0'] != EncodeCommand(0, 0, 0, 0)) {
if(DecodeCommand($general['turn0'])[0] != 0) {
return;
}