From d4538f0f1fdf75a9ae4fc603e85c989aac85b5e0 Mon Sep 17 00:00:00 2001 From: Znote Date: Sat, 29 Feb 2020 14:56:24 +0100 Subject: [PATCH] Support list works on TFS 0.3.6 again. --- support.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support.php b/support.php index 8e43f9f..ea2d996 100644 --- a/support.php +++ b/support.php @@ -3,7 +3,7 @@ $cache = new Cache('engine/cache/support'); if ($cache->hasExpired()) { // Fetch all staffs in-game. - if ($TFS == 'TFS_03') { + if ($config['ServerEngine'] == 'TFS_03') { $staffs = support_list03(); } else $staffs = support_list(); // Fetch group ids and names from config.php