Skip to main content

OnCentralizedBanCheck

Usage​

  • Called when a player is about to be checked in the centralized ban database
  • Return a non-null value to override default behavior

Examples​

""
object OnCentralizedBanCheck(Network.Connection connection)
{
Puts("OnCentralizedBanCheck works!");
return null;
}