Pryaxis/TSAPI

`ServerLeave` is not being invoked on `otapi3`

drunderscore opened this issue · 2 comments

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!");
});

This has already been fixed.