TSAPI
TSAPI copied to clipboard
`ServerLeave` is not being invoked on `otapi3`
Specifically tested on af21743, the ServerApi.Hooks.ServerLeave does not seem to be invoked.
Example:
ServerApi.Hooks.ServerLeave.Register(this, args =>
{
Console.WriteLine($"{args.Who} left!");
});
Further discussed here: https://discord.com/channels/479657350043664384/711282444933791774/960146508974546944
This has already been fixed.