mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Support list works on TFS 0.3.6 again.
This commit is contained in:
parent
d186d513e0
commit
d4538f0f1f
@ -3,7 +3,7 @@
|
|||||||
$cache = new Cache('engine/cache/support');
|
$cache = new Cache('engine/cache/support');
|
||||||
if ($cache->hasExpired()) {
|
if ($cache->hasExpired()) {
|
||||||
// Fetch all staffs in-game.
|
// Fetch all staffs in-game.
|
||||||
if ($TFS == 'TFS_03') {
|
if ($config['ServerEngine'] == 'TFS_03') {
|
||||||
$staffs = support_list03();
|
$staffs = support_list03();
|
||||||
} else $staffs = support_list();
|
} else $staffs = support_list();
|
||||||
// Fetch group ids and names from config.php
|
// Fetch group ids and names from config.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user