xzion / dota2-gsi

Dota 2 Game State Integration server for Node.JS
MIT License
114 stars 20 forks source link

No longer 'is' in daytime and nightstarker_night #4

Closed midorineko closed 6 years ago

midorineko commented 7 years ago

I was using this wonderful program, but couldn't get day/night cycles to work. Checked out the client and saw the issue.

  { name: 'start',
    matchid: 3394219054,
    game_time: 778,
    clock_time: 638,
    daytime: true,
    nightstalker_night: false,
    game_state: 'DOTA_GAMERULES_STATE_GAME_IN_PROGRESS',
    win_team: 'none',
    customgamename: '',
    ward_purchase_cooldown: 0 }

If you have time to edit the read me and remove the 'is' in front of daytime and nightstalker_night other kiddos wont go down my rabbit hole.

aarong11 commented 7 years ago

Fixed in https://github.com/xzion/dota2-gsi/pull/5

@midorineko @xzion

xzion commented 6 years ago

Fixed in #5

thanks @aarong11