diff --git a/hwe/j_autoreset.php b/hwe/j_autoreset.php index 0b024ed1..2b404fd8 100644 --- a/hwe/j_autoreset.php +++ b/hwe/j_autoreset.php @@ -22,7 +22,7 @@ $now = new \DateTime(); $status = 'not_yet'; -list($isUnited, $lastTurn) = $gameStor->getValues(['isUnited', 'turntime']); +list($isUnited, $lastTurn) = $gameStor->getValuesAsArray(['isunited', 'turntime']); if($isUnited === null || $lastTurn === null){ $isUnited = 2; $lastTurn = '2000-01-01';