mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
Fixed DummyResponse missing the status method
This commit is contained in:
@@ -22,6 +22,10 @@ class W3DHub
|
||||
def success?
|
||||
false
|
||||
end
|
||||
|
||||
def status
|
||||
-1
|
||||
end
|
||||
end
|
||||
|
||||
#! === W3D Hub API === !#
|
||||
|
||||
Reference in New Issue
Block a user