Skip to content

Commit 60638d3

Browse files
authored
Merge pull request #2001 from boli32/WildShapeFix
Suggested fix to Wildshape
2 parents 8d038ca + 6b82288 commit 60638d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WildShape/1.4.3/WildShape.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,9 @@ var WildShape = WildShape || (function() {
23642364
});
23652365

23662366
log(WS_API.NAME + ' v' + WS_API.VERSION + " Ready! WildUtils v" + UTILS.VERSION);
2367-
UTILS.chat("API v" + WS_API.VERSION + " Ready! command: " + WS_API.CMD.ROOT);
2367+
2368+
// Chat message only appears on debug mode.
2369+
UTILS.debugChat("API v" + WS_API.VERSION + " Ready! command: " + WS_API.CMD.ROOT
23682370
}
23692371

23702372
return {

0 commit comments

Comments
 (0)