`ServerLeave` is not being invoked on `otapi3`
drunderscore opened this issue · 2 comments
drunderscore commented
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!");
});
drunderscore commented
Further discussed here: https://discord.com/channels/479657350043664384/711282444933791774/960146508974546944
drunderscore commented
This has already been fixed.