From be5ef3af5dc4eed99a2245baf1f205160c455bef Mon Sep 17 00:00:00 2001
From: Ainsley Ellis 
Date: Fri, 10 Jan 2025 00:30:41 +0000
Subject: [PATCH] Fix incorrect ordering of ranking display
---
 www/games/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/games/index.php b/www/games/index.php
index 22bddd8..0e617be 100644
--- a/www/games/index.php
+++ b/www/games/index.php
@@ -91,7 +91,7 @@ include "partials/head.php";
                         ) ?>
                         Your ranking: = $ranks->one ?? $ranks->two ?? $ranks->three ?? $ranks->final ?? 'N/A' ?>
+                        ) { ?>Your ranking: = $ranks->final ?? $ranks->three ?? $ranks->two ?? $ranks->one ?? 'N/A' ?>