Create system field in constructor
This commit is contained in:
@@ -23,6 +23,7 @@ Hooks.once("init", () => {
|
|||||||
class Socketlib {
|
class Socketlib {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.modules = new Map();
|
this.modules = new Map();
|
||||||
|
this.system = undefined;
|
||||||
this.errors = errors;
|
this.errors = errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user