버그 수정

This commit is contained in:
2019-04-21 04:53:14 +09:00
parent 3beca8bba5
commit a21eef6e84
10 changed files with 151 additions and 118 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ if($myNation['level'] > 0) {
$spyCities = array_map(function($val){
$val = intval($val);
return intdiv($val, 10);
}, 'intval',explode('|', $myNation['spy']));
}, explode('|', $myNation['spy']));
}
else{
$spyCities = array_keys(Json::decode($rawSpy));