@@ -10,11 +10,11 @@ $user = $user ?? null;
if ($user->room != 22) {
header("Location: main.php");
die();
exit;
}
if ($user->battle) {
header('location: fbattle.php');
/*
The note is not visible to the blocked user.