The 'unready' event on CSGO only triggers on unexpected interruptions to the GC connection. Currently, there is no specific event that triggers on CSGO.exit().
The README may lead one to believe that it is recommended practice to remove any event listeners on the unready event -- yet, that doesn't account for intentional exits. An exited event would be ideal here.
The
'unready'
event onCSGO
only triggers on unexpected interruptions to the GC connection. Currently, there is no specific event that triggers onCSGO.exit()
.The README may lead one to believe that it is recommended practice to remove any event listeners on the
unready
event -- yet, that doesn't account for intentional exits. Anexited
event would be ideal here.