OnUserApproveUsage​Used by RustCore and abstracted into CanClientLoginReturn a non-null value to override default behavior, plugin should call Reject if it does thisExamples​""object OnUserApprove(Network.Connection connection){ Puts("OnUserApprove works!"); return null;}Copy