Retrieval and display of game servers is now working

This commit is contained in:
2026-09-04 18:55:57 -05:00
parent 7524d01347
commit 7f716a57ca
6 changed files with 117 additions and 23 deletions

View File

@@ -32,6 +32,10 @@ module W3DHubLauncher
"ff_#{extended_data("colour","#000000").sub("#", "")}".to_i(16)
end
def game?
@type.include?("game")
end
def servicable?
@servicable
end