mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 06:43:55 +00:00
Retrieval and display of game servers is now working
This commit is contained in:
@@ -44,7 +44,8 @@ module W3DHubLauncher
|
||||
end
|
||||
|
||||
# returns current list of servers as reported from GSH / cache
|
||||
def self.servers
|
||||
def self.servers(&block)
|
||||
Worker::Request.new(:servers, "", &block)
|
||||
end
|
||||
|
||||
# returns news for application
|
||||
|
||||
Reference in New Issue
Block a user