You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
[dd02efa]: fixed shapeshifters name in console (#256) (kotae4) #256
[4668a9e]: fixed an issue with event IDs causing wrong indexing due to numbers being in hexadecimal format. (it's not a good idea to create and read from an array with 0x10) (void*)