You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: