Fix(farmlist): raid bugs and PHP 8.3 warnings (#217)

This commit is contained in:
Ferywir
2026-06-15 06:53:14 +02:00
committed by GitHub
parent 8398265641
commit 2e09148bb7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -761,7 +761,7 @@ class Units {
public function startRaidList($post){
global $database, $generator, $session;
$slots = $post['slot'];
$slots = $post['slot'] ?? [];
if(empty($slots)){
header("Location: build.php?id=39&t=99");
exit();