We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17af2 commit 6b82288Copy full SHA for 6b82288
WildShape/1.4.3/WildShape.js
@@ -2366,7 +2366,7 @@ var WildShape = WildShape || (function() {
2366
log(WS_API.NAME + ' v' + WS_API.VERSION + " Ready! WildUtils v" + UTILS.VERSION);
2367
2368
// Chat message only appears on debug mode.
2369
- if(state[WS_API.STATENAME][WS_API.DATA_CONFIG].ENABLE_DEBUG) UTILS.chat("API v" + WS_API.VERSION + " Ready! command: " + WS_API.CMD.ROOT);
+ UTILS.debugChat("API v" + WS_API.VERSION + " Ready! command: " + WS_API.CMD.ROOT
2370
}
2371
2372
return {
0 commit comments