fix: forgor to add a thing again 💀

This commit is contained in:
TheClashFruit 2023-11-28 09:38:48 +01:00
parent 6ccbe46a2b
commit 34d75cf45d
Signed by: TheClashFruit
GPG key ID: D61666AC77D1C29F

View file

@ -91,7 +91,7 @@
echo $twig->render('404.twig');
} else {
echo $twig->render('nation.twig');
echo $twig->render('nation.twig', array('nation' => $nation));
}
});