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
Commands that other mods register through S1API are read through ConsoleHelper.RegisteredCommands, which
S1API 3.1.9 added for exactly this. Nothing changes on screen; what changes is that the listing no longer
depends on reaching into S1API's internals, where a rename would have made those commands disappear without a
word. S1API 3.1.8 and older still work through the old route.