v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
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);