From 5dd0a758d47115cdad292e360097296097e2fffc Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 20 May 2020 01:35:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=95=EC=A1=B0=EC=9D=BC=EB=9E=8C=20?= =?UTF-8?q?=EA=B5=AD=EA=B0=80=20=ED=83=80=EC=9E=85=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 2511f07d..5555af3d 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1037,7 +1037,6 @@ function checkEmperior() } $gen = join(', ', array_column($rawGeneral, 'name')); - $nation['type'] = getNationType($nation['type']); $stat = $db->queryFirstRow('SELECT max(nation_count) as nc, max(gen_count) as gc FROM statistic'); $genCnt = $db->queryFirstField('SELECT count(*) FROM general');