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