Skip to content

Commit 6b82288

Browse files
committed
same result, cleaner code
discussed with original script author who approves (and suggested the cleaner code fix).
1 parent 4e17af2 commit 6b82288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WildShape/1.4.3/WildShape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ var WildShape = WildShape || (function() {
23662366
log(WS_API.NAME + ' v' + WS_API.VERSION + " Ready! WildUtils v" + UTILS.VERSION);
23672367

23682368
// 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);
2369+
UTILS.debugChat("API v" + WS_API.VERSION + " Ready! command: " + WS_API.CMD.ROOT
23702370
}
23712371

23722372
return {

0 commit comments

Comments
 (0)