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