mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #70 TFS 1.0 Set position
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
$cache = new Cache('engine/cache/support');
|
||||
if ($cache->hasExpired()) {
|
||||
// Fetch all staffs in-game.
|
||||
$staffs = support_list();
|
||||
if ($TFS == 'TFS_03') {
|
||||
$staffs = support_list03();
|
||||
} else $staffs = support_list();
|
||||
// Fetch group ids and names from config.php
|
||||
$groups = $config['ingame_positions'];
|
||||
// Loops through groups, separating each group element into an ID variable and name variable
|
||||
|
Reference in New Issue
Block a user