diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-12 15:59:31 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-12 15:59:31 +0200 |
| commit | acb9ae6eeb7a57a55eb49e05c56e6254a9cb6fe3 (patch) | |
| tree | 5b63325cdabb4bc9431002de5ca7106f1f248d48 | |
| parent | c9fc07d0d385fea6b451874f96a098eae12f6436 (diff) | |
| download | sampler-2.7.0.tar.gz sampler-2.7.0.zip | |
add draft phase, add match start date2.7.0
| -rw-r--r-- | worker.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,10 +115,13 @@ if (LOGGLY_TOKEN) moment(spawn.time).add(end, "seconds") ) ), start: start, + match_start: spawn.time, end: end } }; // split into phases const phases = [ + // genious idea to put bans into Telemetry. + gamePhase(-5 * 60, 0), // draft gamePhase(0, 90 * 60), // whole gamePhase(0, 1 * 60), // start gamePhase(0, 4 * 60), // early game |
