mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 05:41:48 -03:00
Add Featured Servers page to GUI
This commit is contained in:
@@ -90,7 +90,8 @@ async function syncServerList() {
|
||||
Id: uuidv4(),
|
||||
Name: "@ " + remoteServer.Name,
|
||||
Address: remoteServer.Address,
|
||||
DateSaved: currentDate
|
||||
DateSaved: currentDate,
|
||||
img_Banner: remoteServer.img_Banner || null // Copy banner if exists
|
||||
};
|
||||
apiServers.push(serverToAdd);
|
||||
console.log('[ServerListSync] Added/Updated server with new ID:', remoteServer.Name);
|
||||
|
||||
Reference in New Issue
Block a user