Skip to content

Commit

Permalink
Merge pull request #21 from ags131/patch-1
Browse files Browse the repository at this point in the history
Add another stats filter
  • Loading branch information
tedivm authored Nov 18, 2017
2 parents f540a0b + 9ab47d1 commit 4fc0ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions screeps_console/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ def onUpdate(self, data):

if line.startswith('ScreepStats: Processed'):
return

if line.startswith('STATS'):
return

if log_type == 'log' and len(self.filters) > 0:
has_match = False
Expand Down

0 comments on commit 4fc0ac0

Please sign in to comment.