fix(monitor): use global console channel and implement shard filtering #87
Reference in New Issue
Block a user
Delete Branch "fix/shard-monitoring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes the issue where console monitoring was empty when a specific shard was targeted on the official Screeps server.
Changes:
shard/console(invalid) to the globalconsolechannel.handleConsoleEventto only display logs matching the targeted shard.api.time()call for accurate tick duration tracking.dist/index.jsand bumped version tov0.2.1.