1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Clean up Lan Servers being added to serverlistmgr.servers

This commit is contained in:
DustyBagel 2025-01-02 02:29:43 -06:00
parent e27bd6a9ae
commit 935b08ac03
2 changed files with 9 additions and 12 deletions

View file

@ -22,7 +22,7 @@ serverlistmgr = {
-- list of locally favorites servers
favorites = nil,
-- list of servers fetched from public list
-- list of servers fetched from public list and local servers
servers = nil,
}