Windower / packages

BSD 3-Clause "New" or "Revised" License
25 stars 20 forks source link

Commands are not processed in the correct order #430

Closed AkadenTK closed 4 years ago

AkadenTK commented 4 years ago

Creating a package with the intent to override an in-game command does not override it, as the game commands process before addons.

Iryoku has assured me that this is not intentional. As addons should be able to override in-game commands.

AkadenTK commented 4 years ago

Iryoku has also mentioned that it may be due to the char8_t rework.

alphaONE2 commented 4 years ago

Fixed by PR windower/windower#282.