ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

corrects console typo for unregister system warning #276

Closed jdukleth closed 2 years ago

jdukleth commented 3 years ago

The console warning for being unable to register a system due to it not being registered has an illogical typo in it. This corrects that.