Closed drunderscore closed 2 years ago
Specifically tested on af21743, the ServerApi.Hooks.ServerLeave does not seem to be invoked.
af21743
ServerApi.Hooks.ServerLeave
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.
Specifically tested on
af21743
, theServerApi.Hooks.ServerLeave
does not seem to be invoked.Example: