genie-js / recage

Library for reading Age of Empires 2 Recorded Game files in Node.js
GNU General Public License v3.0
14 stars 2 forks source link

Fix bug: Non chat commands are not recognized #18

Closed mgonnet closed 5 years ago

mgonnet commented 5 years ago

On TriageAction definition, Object.keys() returns an array of strings, but they were compared to s.actionType, which is a number. That caused that no action were ever matched.