fix(plugins) basic private server variable
This commit is contained in:
@@ -3,6 +3,10 @@ export default class BasePlugin {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
_getServer() {
|
||||
return this.#wetsock;
|
||||
}
|
||||
|
||||
initialize(wetsock) {
|
||||
this.#wetsock = wetsock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user