From 678d719036aa92637644cb2860f92d3dae2a5a56 Mon Sep 17 00:00:00 2001 From: silic0nalph4 <89796310+silic0nalph4@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:58:28 +0100 Subject: [PATCH] Fix: admin page changed feet to match body colour (#174) When saving changes to a character, the admin page overwrote their foot colour with the body colour. This fix renders the correct variable into the page so the foot colour is preserved. --- admin/pages/players.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/pages/players.php b/admin/pages/players.php index 153e832e..6966899d 100644 --- a/admin/pages/players.php +++ b/admin/pages/players.php @@ -650,7 +650,7 @@ else if ($id > 0 && isset($player) && $player->isLoaded())