PlayerPreauth return value not working as expected.
joker-119 opened this issue · 1 comments
joker-119 commented
return PreauthCancellationData.RejectBanned(string, DateTime, bool)
does not reject the player's authentication.
EXILED used the PluginAPI preauth event instead of a patch, and returning the above value is not rejecting the player's authentication. There is no EXILED patch for the method that the preauth event is called in.
ced777ric commented
Does this issue still occur?
As i am unable to reproduce this locally.