From afb4126a520d31bf7fec47f8e244e9b06d4494d3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 11 Mar 2023 23:31:15 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=ED=99=9C=EC=9A=A9=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EB=B3=80=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index a8d2f143..a065ac1c 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -547,7 +547,6 @@ function updateNationState() $db = DB::db(); $gameStor = KVStorage::getStorage($db, 'game_env'); - $history = array(); $admin = $gameStor->getValues(['killturn', 'year', 'month', 'fiction', 'startyear', 'show_img_level', 'turnterm', 'turntime']); $year = $admin['year']; $month = $admin['month']; @@ -744,7 +743,6 @@ function updateNationState() } } } - pushGlobalHistoryLog($history, $admin['year'], $admin['month']); } function checkStatistic()