버그 체크

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
@@ -772,7 +772,7 @@ parent.moveProcessing(<?=$commandtype?>, <?=Json::encode($turn)?>);
function EncodeCommand($fourth, $third, $double, $command) {
return Json::encode($command, $double, $third, $fourth);
return Json::encode([$command, $double, $third, $fourth]);
}
function DecodeCommand($str) {