v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit 51b376add2 - Show all commits
+1 -1
View File
@@ -181,7 +181,7 @@ if($showServers){
}
if(key_exists('aux', $nation)){
$nation += $nation['aux'];
$nation += Json::decode($nation['aux']);
}
echo $templates->render('oldNation', $nation);