Skip to content

Commit 5eea845

Browse files
committed
Add name to the CreepTracker plugin.
1 parent 8179ff6 commit 5eea845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sc2reader/engine/plugins/creeptracker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class CreepTracker(object):
1515
player.creep_spread by minute
1616
This uses the creep_tracker class to calculate the features
1717
'''
18+
name = 'CreepTracker'
19+
1820
def handleInitGame(self, event, replay):
1921
try:
2022
if len( replay.tracker_events) ==0 :

0 commit comments

Comments
 (0)