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()