-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Versions
- Game: 1.5.1.6
- MSU: 1.7.2
Describe the bug
In the line:
Line 14 in ae825b7
| ::printError("The table inside the WeakTableRef instance is null"); |
And in the line:
Line 42 in ae825b7
| ::printError("The table inside the WeakTableRef instance is null"); |
The call ::printError is used, but printError does not exist in the root table, so when this is called, an script error is printed to the log.html.
You probably wanted to call ::MSU.Mod.Debug.printError in those situations
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working