mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
space
This commit is contained in:
parent
f2c75d1e2a
commit
52a7eca414
@ -13,8 +13,10 @@ export default class ApiExtension extends Extension {
|
|||||||
|
|
||||||
this.apiBridge = this.createBridge()
|
this.apiBridge = this.createBridge()
|
||||||
this.WSInterface = this.apiBridge.wsInterface
|
this.WSInterface = this.apiBridge.wsInterface
|
||||||
|
|
||||||
this.WSInterface.request = this.WSRequest
|
this.WSInterface.request = this.WSRequest
|
||||||
this.WSInterface.listen = this.handleWSListener
|
this.WSInterface.listen = this.handleWSListener
|
||||||
|
|
||||||
this.WSSockets = this.WSInterface.sockets
|
this.WSSockets = this.WSInterface.sockets
|
||||||
this.WSInterface.mainSocketConnected = false
|
this.WSInterface.mainSocketConnected = false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user