OnTeamLeaveUsage​Useful for canceling the leave from the teamReturn a non-null value to override default behaviorExamples​""object OnTeamLeave(RelationshipManager.PlayerTeam team, BasePlayer player){ Puts("OnTeamLeave works!"); return null;}Copy