Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cube committed Jul 28, 2024
1 parent c16c959 commit 1f6db90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/OXP/Config/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ this.shipTargetAcquired = function(target)
//,
//'sender': sender.displayName
//'sender': sender
log(this.name, "shipTargetAcquired: " + msg);

debugConsole.consoleMessage(JSON.stringify(msg));
}

Expand Down

0 comments on commit 1f6db90

Please sign in to comment.