내부 서버 문법 오류 수정
This commit is contained in:
@@ -22,6 +22,8 @@ require_once('func_map.php');
|
||||
require_once('func_diplomacy.php');
|
||||
require_once('func_command.php');
|
||||
|
||||
use utilphp\util as util;
|
||||
|
||||
/**
|
||||
* 0.0~1.0 사이의 랜덤 float
|
||||
* @return float
|
||||
|
||||
+1
-1
@@ -300,7 +300,7 @@ function isDict(&$array){
|
||||
|
||||
}
|
||||
|
||||
function eraseNullValue(&$dict, $depth=512){
|
||||
function eraseNullValue($dict, $depth=512){
|
||||
//TODO:Test 추가
|
||||
if($dict === null){
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user